-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.55 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "bitmap.community.inscription.service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc --skipLibCheck",
"start": "node dist/index.js",
"dev": "npx ts-node-dev index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
"@cmdcode/buff-utils": "^1.7.6",
"@cmdcode/crypto-utils": "^1.9.8",
"@cmdcode/tapscript": "^1.4.4",
"@noble/curves": "^1.4.0",
"@types/express": "^4.17.21",
"async-mutex": "^0.5.0",
"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",
"cbor": "^9.0.2",
"cors": "^2.8.5",
"dotenv": "^16.3.2",
"ecpair": "^2.1.0",
"express": "^4.18.2",
"express-fileupload": "^1.5.0",
"mongoose": "^8.4.0",
"nodemon": "^3.0.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-dist": "^5.17.9",
"swagger-ui-express": "^5.0.0",
"tiny-secp256k1": "^2.2.2",
"tsc-watch": "^6.2.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express-fileupload": "^1.5.0",
"@types/node": "^20.11.5",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-dist": "^3.30.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/yamljs": "^0.2.34",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
},
"engines": {
"node": "20"
}
}