-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 770 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "discord.js-bot",
"version": "1.0.0",
"description": "A bot for Discord using Node.js and Discord.js v14",
"main": "index.js",
"scripts": {
"start": "node src",
"slash": "node ./src/build.js",
"dev": "nodemon --exec \"npm run slash && npm start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yumiko0828/discord.js-bot.git"
},
"keywords": [],
"author": "Yasu Yumiko",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yumiko0828/discord.js-bot/issues"
},
"homepage": "https://github.com/Yumiko0828/discord.js-bot#readme",
"dependencies": {
"@discordjs/rest": "1.3.0",
"discord.js": "14.6.0"
},
"devDependencies": {
"dotenv": "16.0.3",
"nodemon": "2.0.20"
}
}