mirror of
https://github.com/FranP-code/shopping-discord-bot.git
synced 2025-10-13 00:22:44 +00:00
initial commit
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"dev": "nodemon app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.6.0",
|
||||
"dotenv": "^16.0.3"
|
||||
},
|
||||
"name": "shopping-discord-bot",
|
||||
"version": "1.0.0",
|
||||
"main": "app.js",
|
||||
"repository": "https://github.com/FranP-code/shopping-discord-bot",
|
||||
"author": "Francisco Pessano <franpessano1@gmail.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.27.0",
|
||||
"nodemon": "^2.0.20"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user