-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 978 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
32
33
34
35
36
{
"name": "discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "ts-node src/index.ts",
"dev": "ts-node-dev --respawn --transpile-only ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UHCodeRED/discord-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UHCodeRED/discord-bot/issues"
},
"homepage": "https://github.com/UHCodeRED/discord-bot#readme",
"dependencies": {
"@discordjs/rest": "^2.2.0",
"@supabase/supabase-js": "^2.39.3",
"@types/node": "^20.11.14",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"supabase": "^1.142.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
}
}