-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 KB
/
package.json
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
30
31
32
33
34
35
36
37
{
"name": "slp-mint-vault",
"version": "0.0.1",
"description": "SLP Mint Vault Contract",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"lint": "tslint --project tsconfig.json --format stylish",
"test": "tsc && mocha --timeout 1000000 --exit --require mocha-steps",
"build": "cashc -o slp-mint-vault-v0.json ./slp-mint-vault-v0.cash"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0"
},
"devDependencies": {
"cashscript": "0.2.2-beta",
"slpjs": "0.22.3",
"bitbox-sdk": "^8.10.1",
"spedn": "^0.2.1",
"slp-validate": "1.1.2",
"grpc-bchrpc-node": "0.8.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.4",
"typescript-tslint-plugin": "^0.5.4",
"mocha": "^5.1.1",
"@types/mocha": "^5.1.1",
"bitcoin-rpc-promise-retry": "^1.3.0",
"mocha-steps": "^1.3.0",
"secure-random": "^1.1.2",
"bitcoincashjs-lib": "https://github.com/jcramer/bitcoincashjs-lib.git",
"bchaddrjs-slp": "0.2.8"
}
}