24 lines
457 B
JSON
24 lines
457 B
JSON
{
|
|
"name": "moover",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"webhook": "node git_webhook.js",
|
|
"moover": "node main.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.25.0",
|
|
"discord.js": "^14.7.1",
|
|
"dotenv": "^14.2.0",
|
|
"i": "^0.3.7",
|
|
"mongoose": "^6.2.1",
|
|
"node-cron": "^3.0.0",
|
|
"npm": "^8.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.35.0"
|
|
}
|
|
}
|