-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 846 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
{
"name": "node-deploy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"ascii-table": "^0.0.9",
"booru": "^2.2.1",
"common-tags": "^1.8.0",
"discord-anti-spam": "^2.4.1",
"discord.js": "^12.0.2",
"dotenv": "^8.2.0",
"ds": "^1.4.2",
"enmap": "^5.2.4",
"erela.js": "^2.3.3",
"fs": "0.0.1-security",
"https": "^1.0.0",
"mongodb": "^3.5.6",
"mongoose": "^6.10.0",
"osu-api-extended": "^2.0.8",
"ping": "^0.2.3",
"pretty-ms": "^7.0.1",
"random-puppy": "^1.1.0",
"snekfetch": "^4.0.4",
"tcp-ping": "^0.1.1",
"xml2js": "0.6.2",
"yt-search": "^2.10.2",
"ytdl-core": "^4.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC"
}