-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.39 KB
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
{
"name": "tangled-advertisement",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node lib/tangled-bot.js --debug=true --data-folder=./millix-tangled/",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/node": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/runtime": "^7.18.6",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^9.1.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"async": "^3.2.6",
"axios": "^1.7.7",
"bindings": "^1.5.0",
"bitcore-lib": "^8.25.47",
"bitcore-mnemonic": "^8.25.47",
"body-parser": "^1.19.0",
"bs58": "^4.0.1",
"bufferutil": "^4.0.3",
"cors": "^2.8.5",
"crypto-random-string": "^3.3.1",
"express": "^4.17.1",
"helmet": "^4.6.0",
"jsrsasign": "^8.0.24",
"lodash": "^4.17.21",
"ntp-time-sync": "^0.1.0",
"request": "^2.88.2",
"secp256k1": "^3.8.0",
"sqlite3": "^5.1.7",
"thirty-two": "^1.0.2",
"uuid": "^8.3.2",
"winston": "^3.17.0",
"ws": "^8.2.2",
"yargs": "^17.1.1"
}
}