package.jsonView |
---|
2 | 2 | "name": "primea-hypervisor", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "description": "this is a JS implemention of the primea hypervisor", |
5 | 5 | "scripts": { |
6 | | - "coverage": "node ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", |
| 6 | + "coverage": "node --haromany ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", |
7 | 7 | "coveralls": "npm run coverage && coveralls <coverage/lcov.info", |
8 | 8 | "lint": "standard", |
9 | | - "test": "tape ./tests/index.js" |
| 9 | + "test": "node --haromany ./tests/index.js" |
10 | 10 | }, |
11 | 11 | "repository": { |
12 | 12 | "type": "git", |
13 | 13 | "url": "git+https://github.com/primea/js-primea-hypervisor.git" |
26 | 26 | "license": "MPL-2.0", |
27 | 27 | "dependencies": { |
28 | 28 | "bn.js": "^4.11.6", |
29 | 29 | "clone": "^2.1.1", |
30 | | - "ipld-graph-builder": "1.1.5", |
| 30 | + "object-clear": "^0.1.0", |
31 | 31 | "multibase": "^0.3.4", |
32 | | - "object-clear": "^0.1.0" |
| 32 | + "ipld-graph-builder": "1.1.5" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | 35 | "coveralls": "^2.13.1", |
36 | 36 | "ipfs": "^0.23.1", |