forked from HypePhilosophy/Akamai_Sensor_Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1022 Bytes
/
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
{
"name": "akamai_sensor_generator",
"version": "1.0.0",
"description": "Akamai Sensor Generator",
"scripts": {
"electron": "electron .",
"start": "node --no-warnings index.js",
"test": "node test.js",
"server": "node ./app/index.js"
},
"main": "index.js",
"repository": "https://github.com/HypePhilosophy/Akamai-Sensor-Generator.git",
"author": "!Help#0001, Admin#0001",
"license": "MIT",
"dependencies": {
"brotli": "^1.3.2",
"chalk": "^3.0.0",
"cloudscraper": "^4.6.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"ghost-cursor": "^1.0.3",
"helmet": "^3.21.2",
"jsdom": "^16.2.2",
"mongoose": "^5.8.7",
"morgan": "^1.9.1",
"path": "^0.12.7",
"perf_hooks": "0.0.1",
"randomstring": "^1.1.5",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"url": "^0.11.0",
"user-agents": "^1.0.559",
"uuid": "^3.4.0"
},
"devDependencies": {
"electron": "^8.5.1"
}
}