-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 850 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"private": "true",
"main": "index.ts",
"scripts": {
"test": "mocha --timeout 1000000 --exit --require mocha-steps"
},
"dependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/bitcore-lib-cash": "^8.23.2",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"bchaddrjs-slp": "^0.2.13",
"bitcoin-rpc-promise": "^2.1.6",
"bitcore-lib-cash": "^8.25.3",
"eslint": "^7.14.0",
"eslint-plugin-jsdoc": "^30.7.8",
"eslint-plugin-prefer-arrow": "^1.2.2",
"grpc-bchrpc-node": "^0.15.0",
"mocha": "^10.1.0",
"mocha-steps": "^1.3.0",
"patch-package": "^6.4.4",
"slp-mdm": "0.0.6",
"synchronized-promise": "^0.3.1",
"ts-node": "^9.0.0",
"typescript": "^3.4.3"
}
}