|
17 | 17 | "test:all": "npm run test && npm run test:int", |
18 | 18 | "coverage": "./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls", |
19 | 19 | "lint": "./node_modules/.bin/eslint . --ext .ts --fix", |
| 20 | + "prettier": "prettier --write 'src/**/*.*' 'test/**/*.*'", |
20 | 21 | "pre-commit": "npm run build && npm run test", |
21 | | - "clean": "rm -rf DNCORE/ dnp_repo/ .temp-transfer/ cache/ dist/" |
| 22 | + "clean": "rm -rf DNCORE/ dnp_repo/ .temp-transfer/ cache/ dist/", |
| 23 | + "prepare": "node_modules/.bin/patch-package" |
22 | 24 | }, |
23 | 25 | "author": "dappLion", |
24 | 26 | "license": "ISC", |
25 | 27 | "dependencies": { |
26 | | - "@parity/api": "^2.1.22", |
27 | 28 | "@types/memoizee": "^0.4.3", |
28 | 29 | "ajv": "^6.10.2", |
29 | 30 | "async": "^2.6.1", |
30 | 31 | "autobahn": "^18.3.2", |
31 | 32 | "bitcoin-core": "^2.0.0", |
| 33 | + "cids": "^0.8.0", |
32 | 34 | "cors": "^2.8.5", |
33 | 35 | "data-uri-to-buffer": "^2.0.0", |
34 | 36 | "datauri": "^1.1.0", |
|
38 | 40 | "dotenv": "^8.2.0", |
39 | 41 | "eth-crypto": "^1.4.0", |
40 | 42 | "ethers": "^4.0.38", |
41 | | - "ethjs-provider-http": "^0.1.6", |
42 | | - "ethjs-rpc": "^0.2.0", |
43 | 43 | "express": "^4.17.1", |
44 | 44 | "express-fileupload": "^1.1.5", |
| 45 | + "http-proxy": "^1.18.0", |
45 | 46 | "ipfs-http-client": "^30.1.1", |
46 | 47 | "is-ip": "^3.0.0", |
47 | 48 | "js-yaml": "^3.11.0", |
48 | 49 | "lodash": "^4.17.15", |
49 | 50 | "lowdb": "^1.0.0", |
50 | 51 | "memoizee": "^0.4.14", |
51 | 52 | "monero-rpc": "^0.5.0", |
| 53 | + "multicodec": "^1.0.1", |
| 54 | + "multihashes": "^0.4.18", |
52 | 55 | "node-docker-api": "^1.1.22", |
53 | 56 | "node-fetch": "^2.6.0", |
54 | 57 | "pretty-bytes": "^5.3.0", |
|
66 | 69 | "@types/dockerode": "^2.5.20", |
67 | 70 | "@types/express": "^4.17.0", |
68 | 71 | "@types/express-fileupload": "^1.1.0", |
| 72 | + "@types/http-proxy": "^1.17.4", |
69 | 73 | "@types/js-yaml": "^3.12.1", |
70 | 74 | "@types/lodash": "^4.14.137", |
71 | 75 | "@types/lowdb": "^1.0.9", |
72 | 76 | "@types/mocha": "^5.2.7", |
| 77 | + "@types/multicodec": "^1.0.0", |
73 | 78 | "@types/node": "^12.7.1", |
74 | 79 | "@types/node-fetch": "^2.5.1", |
75 | 80 | "@types/semver": "^6.0.1", |
|
86 | 91 | "husky": "^2.3.0", |
87 | 92 | "mocha": "^6.2.2", |
88 | 93 | "nyc": "^11.8.0", |
| 94 | + "patch-package": "^6.2.1", |
89 | 95 | "prettier": "^1.16.4", |
90 | 96 | "rewiremock": "^3.13.7", |
91 | 97 | "sinon": "^5.0.10", |
|
0 commit comments