bunq/package.json
2019-10-03 00:04:40 +02:00

32 lines
829 B
JSON

{
"name": "@mojoio/bunq",
"version": "1.0.8",
"private": false,
"description": "a bunq api abstraction package",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/qenv": "^4.0.6",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@bunq-community/bunq-js-client": "^0.42.1",
"@pushrocks/smartcrypto": "^1.0.9",
"@pushrocks/smartfile": "^7.0.6",
"@pushrocks/smartpromise": "^3.0.6",
"json-store": "^1.0.0"
}
}