-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 961 Bytes
/
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
38
39
{
"name": "cbrc20",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node build/index.js",
"dev": "nodemon src/index.ts --host 146.19.215.121",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@cmdcode/buff-utils": "^1.7.6",
"@cmdcode/crypto-utils": "^1.9.8",
"@cmdcode/tapscript": "^1.4.4",
"@types/express": "^4.17.21",
"axios": "^1.6.5",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.3",
"body-parser": "^1.20.2",
"buff-utils": "^0.0.1",
"cors": "^2.8.5",
"dotenv": "^16.3.2",
"ecpair": "^2.1.0",
"express": "^4.18.2",
"nodemon": "^3.0.3",
"tiny-secp256k1": "^2.2.2"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/node": "^20.11.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}