bunq/package.json

32 lines
831 B
JSON
Raw Normal View History

2019-09-26 10:07:56 +00:00
{
"name": "@mojoio/bunq",
2019-12-15 23:07:47 +00:00
"version": "1.0.15",
2019-09-26 10:07:56 +00:00
"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/)",
2019-10-02 22:04:40 +00:00
"build": "(tsbuild --web)",
2019-09-26 10:07:56 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
2019-12-15 17:21:23 +00:00
"@gitzone/tstest": "^1.0.28",
2019-10-02 21:34:05 +00:00
"@pushrocks/qenv": "^4.0.6",
2019-12-15 17:21:23 +00:00
"@pushrocks/tapbundle": "^3.2.0",
"@types/node": "^12.12.17",
"tslint": "^5.20.1",
2019-09-26 10:07:56 +00:00
"tslint-config-prettier": "^1.15.0"
},
2019-09-26 10:09:39 +00:00
"dependencies": {
2019-10-02 21:34:05 +00:00
"@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"
2019-09-26 10:09:39 +00:00
}
2019-09-26 10:07:56 +00:00
}