forked from Kevin-ArTrabajos/BotTest5ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 875 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
31
{
"name": "discordjs-ts-supabase",
"version": "1.0.0",
"description": "",
"main": "/src/index.ts",
"scripts": {
"build": "tsc .",
"watch": "tsc --watch",
"start": "ts-node ./src/index.ts"
},
"keywords": [],
"author": "coffeebean.dev",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"firebase-admin": "^12.0.0",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.50.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"typescript": "^5.1.6"
}
}