|
1 | 1 | { |
2 | 2 | "name": "bitbox-sdk", |
3 | | - "version": "8.4.1", |
| 3 | + "version": "8.4.2", |
4 | 4 | "description": "BITBOX SDK for Bitcoin Cash", |
5 | 5 | "author": "Gabriel Cardona <gabriel@bitcoin.com>", |
6 | 6 | "contributors": [ |
|
10 | 10 | "test": "npm run test:unit", |
11 | 11 | "test:no-build": "nyc mocha test/unit --timeout 60000 --exit", |
12 | 12 | "test:unit": "tsc && nyc mocha test/unit --timeout 60000 --exit", |
13 | | - "test:integration": "TEST=integration nyc --reporter=text mocha --timeout 30000 test/integration", |
| 13 | + "test:integration": "TEST=integration nyc --reporter=text mocha --timeout 30000 test/integration --exit", |
14 | 14 | "test:integration:local": "TEST=integration SERVER=local nyc --reporter=text mocha --timeout 30000 test/integration --exit", |
15 | 15 | "test:integration:stage": "TEST=integration SERVER=stage nyc --reporter=text mocha --timeout 30000 test/integration --exit", |
16 | 16 | "coverage": "nyc report --reporter=text-lcov | coveralls", |
|
33 | 33 | "dependencies": { |
34 | 34 | "@types/bigi": "^1.4.2", |
35 | 35 | "@types/bip39": "^2.4.2", |
36 | | - "@types/chai": "^4.1.7", |
37 | | - "@types/mocha": "^5.2.6", |
38 | 36 | "@types/node": "^10.11.7", |
39 | 37 | "@types/randombytes": "^2.0.0", |
40 | | - "@types/sinon": "^7.0.11", |
41 | 38 | "@types/wif": "^2.0.1", |
42 | 39 | "assert": "^1.4.1", |
43 | 40 | "axios": "0.19.0", |
|
69 | 66 | }, |
70 | 67 | "devDependencies": { |
71 | 68 | "@istanbuljs/nyc-config-typescript": "^0.1.3", |
| 69 | + "@types/chai": "^4.1.7", |
| 70 | + "@types/mocha": "^5.2.6", |
| 71 | + "@types/sinon": "^7.0.11", |
72 | 72 | "chai": "^4.1.2", |
73 | 73 | "coveralls": "^3.0.2", |
74 | 74 | "eslint": "^5.5.0", |
|
0 commit comments