-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 745 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 745 Bytes
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
{
"name": "vproxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/eccrypto": "^1.1.2",
"@types/node": "^14.14.10",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"through2": "^4.0.2",
"ts-node": "^8.10.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.3"
},
"dependencies": {
"@types/node-forge": "^0.9.5",
"cycletls": "^1.0.21",
"eccrypto": "^1.1.6",
"eciesjs": "^0.3.9",
"node-forge": "^1.3.1"
}
}