-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
44 lines (43 loc) · 905 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
41
42
43
44
{
"name": "spermbot",
"version": "1.1.14-Obfuscated-Edition",
"description": "SpermLord's Messenger bot",
"main": "index.js",
"engines": {
"node": "12.x"
},
"scripts": {
"start": "node index.js",
"login": "node login.js"
},
"license": "NDA",
"author": "SpermLord",
"dependencies": {
"@types/cheerio": "",
"@types/express": "",
"@types/fs-extra": "",
"@types/npmlog": "",
"axios": "",
"chalk": "",
"cheerio": "",
"cli-cursor": "",
"express": "",
"fast-speedtest-api": "",
"fca-unofficial": "",
"fs-extra": "",
"moment-timezone": "",
"nano": "",
"node-fetch": "",
"totp-generator": "",
"ytdl-core": "",
"vm2": "",
"tinyurl": "",
"systeminformation": "",
"pidusage": "",
"node-cmd": "",
"time-stamp": "",
"diskusage": "^1.1.3",
"minimist": "^1.2.5",
"path": ""
}
}