-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·72 lines (72 loc) · 1.83 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
{
"name": "RelaxHelper",
"publisher": "0xn0ne",
"description": "just so so.",
"version": "0.2.1",
"icon": "src/assets/images/logo.png",
"engines": "1.8.230",
"initEvents": "",
"main": "./src/extension.js",
"contributes": {
"configuration": {
"AWVS API KEY": {
"type": "string",
"default": "",
"description": "please enter AWVS api key",
"fromDialog": true
},
"AWVS ADDRESS": {
"type": "string",
"default": "https://127.0.0.1:3443/",
"description": "please enter AWVS address. eg. https://127.0.0.1:3443/",
"fromDialog": true
},
"FSCAN PATH": {
"type": "string",
"default": "",
"description": "please enter FSCAN path. eg. C:\\Users\\username\\Downloads\\fscan.exe",
"fromDialog": true
},
"FOFA API KEY": {
"type": "string",
"default": "",
"description": "please enter FOFA api key",
"fromDialog": true
},
"FOFA EMAIL": {
"type": "string",
"default": "root@fofa.info",
"description": "please enter FOFA login email. eg. root@fofa.info",
"fromDialog": true
},
"FOFA ADDRESS": {
"type": "string",
"default": "https://fofa.info/",
"description": "please enter FOFA address. eg. https://fofa.info/",
"fromDialog": true
}
},
"views": {
"toolbar": [
{
"command": "relax_menu",
"title": "relax menu",
"icon": "src/assets/images/logo.png"
}
]
}
},
"language": {
"CN": "src/assets/translate/CN/translate.json"
},
"scripts": {
"build": "node ./build.js"
},
"dependencies": {
"axios": "^0.27.2",
"fs": "^0.0.1-security",
"jszip": "^3.10.1",
"path": "^0.12.7",
"request": "^2.88.2"
}
}