2024-02-27 17:11:16 +00:00
|
|
|
{
|
2024-07-10 02:34:23 +00:00
|
|
|
"name": "bot",
|
|
|
|
"type": "module",
|
2024-02-27 17:11:16 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2024-07-10 02:34:23 +00:00
|
|
|
"main": "index.js",
|
2024-02-27 17:11:16 +00:00
|
|
|
"scripts": {
|
2024-07-10 02:34:23 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "node index",
|
|
|
|
"dev": "nodemon index"
|
2024-02-27 17:11:16 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
2024-07-10 02:34:23 +00:00
|
|
|
"license": "Unlicense",
|
2024-02-27 17:11:16 +00:00
|
|
|
"dependencies": {
|
2024-07-10 02:34:23 +00:00
|
|
|
"discord.js": "^14.15.3",
|
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"nodemon": "^3.1.4"
|
2024-02-27 17:11:16 +00:00
|
|
|
}
|
|
|
|
}
|