thrift-store
Version:
Book & Literary API client abstraction. Written in TypeScript
27 lines (26 loc) • 705 B
JSON
{
"name": "thrift-store",
"version": "0.0.0",
"description": "Book & Literary API client abstraction. Written in TypeScript",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=text --reporter=json-summary npm run test:mocha",
"test:mocha": "mocha ./test/*.test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robbinsbox/thrift-store.git"
},
"keywords": [
"book",
"literary",
"api",
"typescript"
],
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/robbinsbox/thrift-store/issues"
},
"homepage": "https://github.com/robbinsbox/thrift-store#readme"
}