-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 913 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
{
"name": "nano-template-slashbot",
"version": "1.0",
"description": "✈ Join Discord: https://discord.gg/xHvsCMjnhU 👌",
"main": "index.js",
"dependencies": {
"@discordjs/rest": "^1.0.1",
"discord-api-types": "^0.37.0",
"discord.js": "^14.1.2",
"dotenv": "^16.0.1",
"mongoose": "^6.4.6",
"plsargs": "^0.1.6",
"pretty-ms": "^7.0.1",
"winston": "^3.8.1"
},
"scripts": {
"start": "node --no-warnings index.js",
"dev": "nodemon index.js"
},
"author": "Adivise",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/XeonE52680v3/nano-slashbot-template.git"
},
"bugs": {
"url": "https://github.com/XeonE52680v3/nano-slashbot-template/issues"
},
"homepage": "https://github.com/XeonE52680v3/nano-slashbot-template#readme",
"devDependencies": {
"node": "^17.7.2",
"nodemon": "^2.0.19"
}
}