-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 899 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 899 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
28
{
"name": "devoteme-discord",
"version": "1.0",
"description": "A discord bot to help with the DevoteMe api repository.",
"main": "app.js",
"type": "module",
"homepage": "https://github.com/ModularSoftAU/DevoteMe-Discord",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prod": "node --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node --max-old-space-size=500 app.js",
"dev": "nodemon --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node"
},
"engines": {
"npm": ">=8.5.0",
"node": "16.17.0"
},
"keywords": [],
"author": "ModularSoft",
"license": "ISC",
"dependencies": {
"@sapphire/framework": "^3.2.0",
"discord.js": "^13.16.0",
"dotenv": "^16.0.3",
"node-cron": "^3.0.2",
"node-fetch": "^3.3.1",
"nodemon": "^2.0.22"
}
}