{ "name": "@mojoio/bunq", "version": "1.0.15", "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.28", "@pushrocks/qenv": "^4.0.6", "@pushrocks/tapbundle": "^3.2.0", "@types/node": "^12.12.17", "tslint": "^5.20.1", "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" } }