fp/packages/bot/package.json

21 lines
402 B
JSON
Raw Normal View History

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