-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.47 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
54
55
{
"name": "tangled-advertisement",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node lib/tangled-advertisement.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.1",
"bindings": "^1.5.0",
"bitcore-lib": "^8.25.10",
"bitcore-mnemonic": "^8.25.10",
"body-parser": "^1.19.0",
"bs58": "^4.0.1",
"bufferutil": "^4.0.3",
"cors": "^2.8.5",
"crypto-random-string": "^3.0.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"jsrsasign": "^8.0.15",
"lodash": "^4.17.21",
"nat-api": "^0.3.1",
"node-machine-id": "^1.1.12",
"ntp-time-sync": "^0.1.0",
"public-ip": "^4.0.4",
"request": "^2.88.2",
"secp256k1": "^3.6.2",
"sqlite3": "^5.1.7",
"thirty-two": "^1.0.2",
"utf-8-validate": "^5.0.5",
"uuid": "^8.3.2",
"ws": "^8.2.2",
"yargs": "^17.1.1"
}
}