-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.53 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
{
"name": "@conet.project/mvp-si",
"version": "0.1.30",
"author": {
"name": "CoNET Project",
"email": "[email protected]"
},
"description": "The CONET project provides Innate in digital privacy from the network layer to the application layer.",
"license": "MIT",
"files": [
"./dist/**/*"
],
"bugs": {
"url": "https://github.com/CoNET-project/CoNET-SI/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoNET-project/mvp-SI.git"
},
"homepage": "https://conet.network",
"scripts": {
"build": "tsc --project tsconfig.json && npm run copy",
"copy": "copyfiles -f src/endpoint/index.html dist/endpoint"
},
"bin": {
"conet-mvp-si": "dist/cli.js"
},
"eslintConfig": {
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"keywords": [
"CoNET",
"CoNET-SI",
"Seguro",
"kloak",
"nodejs",
"typescript",
"socks"
],
"dependencies": {
"@conet.project/mvp-si": "^0.1.30",
"async": "^3.2.6",
"colors": "1.4.0",
"cors": "^2.8.5",
"crockford-base32": "^2.0.0",
"ethers": "^6.13.4",
"express": "^4.21.1",
"hexdump-nodejs": "^0.1.0",
"ip": "^2.0.1",
"openpgp": "^5.11.2",
"phin": "^3.7.1",
"readline": "^1.3.0",
"ulid": "^2.3.0",
"uuid": "^11.0.2"
},
"devDependencies": {
"@types/async": "^3.2.24",
"@types/ip": "^1.1.3",
"@types/uuid": "^10.0.0",
"copyfiles": "^2.4.1",
"@types/express": "^5.0.0"
},
"main": "dist/endpoint/server",
"types": "dist/endpoint/server"
}