pocketsmith
Version:
PocketSmith api wrapper for Node.
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "pocketsmith",
"version": "0.3.0",
"description": "PocketSmith api wrapper for Node.",
"main": "dist/index.js",
"scripts": {
"lint": "prettier '{*,{test,src}/**/*}.+(ts|js)' --write; tslint -t verbose -c tslint.json --project tsconfig.json 'src/**/*.ts'",
"test": "nyc mocha 'test/**/*.spec.js'",
"test-watch": "NODE_ENV=test mocha --timeout 5000 'test/**/*.spec.js' --watch",
"build": "rimraf dist/* && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maraisr/pocketsmith.git"
},
"keywords": [
"pocketsmith",
"budget",
"api",
"wrapper"
],
"author": "Marais Rossouw <me@maraisr.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maraisr/pocketsmith/issues"
},
"homepage": "https://github.com/maraisr/pocketsmith#readme",
"dependencies": {
"got": "^8.3.2",
"prettier": "^1.13.7"
},
"devDependencies": {
"@types/node": "^10.5.1",
"chai": "^4.1.2",
"codecov": "^3.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"nock": "^9.4.1",
"nyc": "^12.0.2",
"rimraf": "^2.6.2",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
}
}