generated from EvarinDev/Discord.JS-Example
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 778 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-bot-community",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"dev:debug": "NODE_ENV=development bun src/index.ts",
"dev": "NODE_ENV=development bun --watch src/index.ts",
"start": "NODE_ENV=production bun src/index.ts",
"lint": "bun x eslint src/**/*.ts"
},
"author": "Evarin",
"license": "Apache-2.0",
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/bun": "^1.1.8",
"eslint": "^9.10.0",
"globals": "^15.9.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0"
},
"dependencies": {
"@discordjs/rest": "^2.4.0",
"ansi-colors": "^4.1.3",
"cross-env": "^7.0.3",
"discord.js": "14.16.3",
"dotenv": "^16.4.5",
"tsc-watch": "^6.2.0"
}
}