bunq/package.json
2020-08-25 12:57:15 +00:00

47 lines
1.1 KiB
JSON

{
"name": "@mojoio/bunq",
"version": "1.0.22",
"private": false,
"description": "a bunq api abstraction package",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/qenv": "^4.0.10",
"@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^14.6.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@bunq-community/bunq-js-client": "^1.1.2",
"@pushrocks/smartcrypto": "^1.0.9",
"@pushrocks/smartfile": "^8.0.0",
"@pushrocks/smartpromise": "^3.0.6",
"json-store": "^1.0.0"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}