-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.52 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@conet.project/mvp-dl",
"version": "0.1.459",
"author": {
"name": "CONET Project",
"email": "[email protected]"
},
"description": "A New Internet Zero Censorship, Complete Privacy",
"license": "MIT",
"files": [
"./dist/**/*.*"
],
"bugs": {
"url": "https://github.com/CoNET-project/CoNET-DL/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoNET-project/CoNET-DL.git"
},
"homepage": "https://CoNETTech.ca",
"main": "./src/electron/electron.js",
"scripts": {
"build": "tsc --project tsconfig.json"
},
"bin": {
"conet-mvp-dl": "dist/cli.js"
},
"eslintConfig": {
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"keywords": [
"CONET",
"CONET-DL",
"nodejs",
"typescript",
"socks"
],
"dependencies": {
"async": "3.2.6",
"cassandra-driver": "^4.7.2",
"colors": "1.4.0",
"compression": "^1.7.5",
"cors": "^2.8.5",
"eth-crypto": "^2.7.0",
"ethers": "^6.13.4",
"express": "^4.21.1",
"global-dirs": "^4.0.0",
"hexdump-nodejs": "^0.1.0",
"ip": "^2.0.1",
"jsbi": "^4.3.0",
"openpgp": "^6.0.0",
"uuid": "^11.0.3",
"web3": "^4.15.0",
"phin": "^3.7.1",
"moment": "^2.30.1",
"coinmarketcap-api": "^3.1.1"
},
"devDependencies": {
"@openpgp/web-stream-tools": "^0.1.3",
"@types/async": "^3.2.24",
"@types/compression": "^1.7.5",
"@types/ip": "^1.1.3",
"@types/openpgp": "^4.4.22",
"@types/uuid": "^10.0.0",
"@types/express": "5.0.0"
}
}