mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-28 18:14:28 +11:00
18 lines
355 B
JSON
18 lines
355 B
JSON
{
|
|
"name": "nodejs-elasticbeanstalk",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"discord.js": "^11.4.2",
|
|
"dotenv": "^6.0.0",
|
|
"node-cron": "^1.2.1"
|
|
}
|
|
}
|