-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 839 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 839 Bytes
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
{
"version": "1.0.1",
"dependencies": {
"@discordjs/rest": "^0.3.0",
"@llath/logger": "^1.3.0",
"discord-api-types": "^0.30.0",
"discord.js": "^13.6.0",
"dotenv": "^8.2.0",
"mongoose": "^5.9.12",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.3",
"prettier": "^2.0.5"
},
"scripts": {
"start": "nodemon bot.js",
"dev": "set NODE_ENV=dev&& nodemon bot.js",
"mongo:setup": "docker pull mongo",
"mongo:start": "docker run -d -p 27017:27017 --name scheduler mongo:latest",
"mongo:shell": "docker exec -it scheduler mongo"
},
"license": "MIT",
"repository": {
"url": "https://github.com/LLath/DWP"
},
"inviteLink": "https://discord.com/api/oauth2/authorize?client_id=704270215856259073&permissions=1073760320&scope=bot%20applications.commands"
}