UNPKG

monzo-ts

Version:
57 lines (56 loc) 1.44 kB
{ "name": "monzo-ts", "version": "1.5.1", "description": "Typed Monzo API Wrapper", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "clean": "rm -rf lib", "lint": "tslint {src,test}/**/*.ts", "prebuild": "npm run lint", "build": "tsc", "pretest": "npm run build", "test": "mocha --colors --require ts-node/register test/**/*.spec.ts", "commitmsg": "commitlint -e $GIT_PARAMS", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "https://github.com/viralpickaxe/monzo-ts.git" }, "keywords": [ "monzo", "wrapper", "api", "banking", "fintech", "typescript", "library", "module" ], "author": "Jamie Davies <jamie@iamjamiedavies.com> (iamjamiedavies.com)", "license": "MIT", "bugs": { "url": "https://github.com/viralpickaxe/monzo-ts/issues" }, "homepage": "https://github.com/viralpickaxe/monzo-ts#readme", "devDependencies": { "@commitlint/cli": "^5.2.6", "@commitlint/config-conventional": "^5.2.3", "@types/axios": "^0.14.0", "@types/chai": "^4.0.10", "@types/mocha": "^2.2.45", "@types/qs": "^6.5.1", "chai": "^4.1.2", "husky": "^0.14.3", "mocha": "^4.0.1", "semantic-release": "^11.0.2", "ts-node": "^4.1.0", "tslint": "^5.8.0", "typescript": "^2.6.2" }, "dependencies": { "axios": "^0.17.1", "qs": "^6.5.1" } }