UNPKG

2.95 kBJSONView Raw
1{
2 "name": "@bunq-community/bunq-js-client",
3 "version": "0.39.1",
4 "license": "MIT",
5 "scripts": {
6 "prebuild": "rm -r dist/*",
7 "build": "tsc --listFiles --newline lf",
8 "build:dev": "tsc -w --newline lf",
9 "test": "npm run test:prettier && npm run test:jest",
10 "posttest": "rm -r tests/custom-db/*",
11 "test:dev": "cross-env ENV_CI=true DEV_MODE=true jest --verbose --watch --config jest.config.js",
12 "test:jest": "cross-env ENV_CI=true jest --verbose --forceExit --config jest.config.js",
13 "test:prettier": "prettier-check \"+(tests|src|examples)/**/**.+(js|ts)\" --tab-width 4 --print-width 120",
14 "prettier": "./node_modules/.bin/prettier --tab-width 4 --print-width 120 --write \"+(tests|src|examples)/**/**.+(js|ts)\"",
15 "preversion": "npm run build"
16 },
17 "main": "./dist/BunqJSClient.js",
18 "types": "./dist/BunqJSClient.d.ts",
19 "files": [
20 "dist/**/*"
21 ],
22 "dependencies": {
23 "awaiting": "^3.0.0",
24 "axios": "^0.16.2",
25 "es6-promise-promise": "^1.0.0",
26 "loglevel": "^1.4.1",
27 "node-forge": "^0.7.1",
28 "store": "^2.0.12",
29 "typescript": "^2.5.3"
30 },
31 "devDependencies": {
32 "@babel/cli": "^7.0.0",
33 "@babel/core": "^7.0.0",
34 "@babel/plugin-proposal-class-properties": "^7.0.0",
35 "@babel/plugin-proposal-decorators": "^7.0.0",
36 "@babel/plugin-proposal-do-expressions": "^7.0.0",
37 "@babel/plugin-proposal-export-default-from": "^7.0.0",
38 "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
39 "@babel/plugin-proposal-function-bind": "^7.0.0",
40 "@babel/plugin-proposal-function-sent": "^7.0.0",
41 "@babel/plugin-proposal-json-strings": "^7.0.0",
42 "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
43 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
44 "@babel/plugin-proposal-numeric-separator": "^7.0.0",
45 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
46 "@babel/plugin-proposal-optional-chaining": "^7.0.0",
47 "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
48 "@babel/plugin-proposal-throw-expressions": "^7.0.0",
49 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
50 "@babel/plugin-syntax-import-meta": "^7.0.0",
51 "@babel/plugin-transform-runtime": "^7.0.0",
52 "@babel/preset-env": "^7.0.0",
53 "@types/jest": "^21.1.8",
54 "@types/moxios": "^0.4.8",
55 "@types/node": "^8.10.38",
56 "coveralls": "^3.0.0",
57 "cross-env": "^5.2.0",
58 "dotenv": "^6.0.0",
59 "jest": "^21.2.1",
60 "json-store": "^1.0.0",
61 "moxios": "^0.4.0",
62 "node-json-db": "^0.7.3",
63 "prettier": "^1.14.2",
64 "prettier-check": "^2.0.0",
65 "ts-jest": "^23.1.4"
66 },
67 "engines": {
68 "node": ">=8.0.0"
69 },
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/bunqCommunity/bunqJSClient.git"
73 },
74 "author": "",
75 "bugs": {
76 "url": "https://github.com/bunqCommunity/bunqJSClient/issues"
77 },
78 "homepage": "https://github.com/bunqCommunity/bunqJSClient#readme"
79}