-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 KB
/
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
45
46
{
"name": "nagatoro-bot",
"description": "Nagatoro is a multipurpose entertainment & moderation bot.",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"ascii-table": "0.0.9",
"canvas": "^2.8.0",
"canvas-senpai": "^2.0.3",
"discord-player": "^5.2.0",
"discord.js": "^13.7.0",
"dotenv": "^10.0.0",
"fs": "^0.0.2",
"lyrics-finder": "^21.0.0",
"moment": "^2.29.2",
"mongoose": "^5.13.20",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"novelcovid": "^3.0.2",
"random-puppy": "^1.1.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"weather-js": "^2.0.0",
"wikijs": "^6.3.0",
"ytdl-core": "^4.11.0"
},
"devDependencies": {
"ansi-regex": ">=5.0.1",
"simple-get": ">=4.0.1"
},
"engines": {
"node": "v16.13.1"
},
"repository": {
"url": "https://github.com/Scxipted-Tech/Nagatoro-Bot"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}