-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 950 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
{
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/discord-rpc": "^4.0.3",
"@types/glob": "^7.2.0",
"@types/node": "^17.0.33",
"@types/prompts": "^2.0.14",
"axios": "^0.27.2",
"systemjs": "^6.12.1",
"ts-loader": "^9.3.0",
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
"dev": "ts-node src/main.ts",
"test": "ts-node src/tests/test.ts",
"build": "tsc",
"prod": "node build/main.js",
"p4": "ts-node src/private/p4.ts"
},
"author": {
"name": "Nyaanity"
},
"repository": {
"type": "github",
"url": "https://github.com/Nyaanity/Nebul0us"
},
"dependencies": {
"@vercel/ncc": "^0.34.0",
"glob": "^8.0.3",
"javascript-obfuscator": "^4.0.0",
"net": "^1.0.2",
"prompts": "^2.4.2",
"rc4-ts": "^2.0.0",
"requirejs": "^2.3.6",
"systeminformation": "^5.11.21",
"ts-node": "^10.8.1"
}
}