-
Notifications
You must be signed in to change notification settings - Fork 177
/
Copy pathpackageheadless.json
39 lines (39 loc) · 1.19 KB
/
packageheadless.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
{
"name": "shield",
"version": "0.0.8",
"description": "Cyber security shield",
"productName": "UA Cyber SHIELD",
"author": "Mykola Zhyhallo <[email protected]>",
"private": true,
"repository": "github:opengs/uashield",
"scripts": {
"build:headless": "esbuild ./headless.ts --platform=node --bundle --minify --sourcemap --sources-content=false --keep-names --target=node16 --outfile=./build/headless/headless.js",
"start:headless": "NODE_ENV=production node --enable-source-maps ./build/headless/headless.js"
},
"dependencies": {
"axios": "^0.26.1",
"axios-https-proxy-fix": "^0.17.1",
"socks-proxy-agent": "^6.2.0-beta.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"superagent": "^7.1.2",
"universal-analytics": "^0.5.3",
"user-agents": "^1.0.965",
"uuid4": "^2.0.2",
"yargs": "^17.4.0",
"cacheable-lookup": "^6.0.4",
"dayjs": "^1.11.0",
"valid-url": "^1.0.9",
"is-valid-domain": "^0.1.6",
"node-machine-id": "^1.1.12"
},
"devDependencies": {
"@types/node": "^16.11.26",
"@types/user-agents": "^1.0.2",
"esbuild": "0.14.27"
},
"engines": {
"node": ">= 16",
"npm": ">= 8"
}
}