-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 971 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
37
{
"name": "@GDSC-FSC/gdsc-bot",
"version": "1.0.0",
"description": "Official bot for GDSC ",
"main": "dist/index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc --watch",
"registerCommands": "node scripts/commands.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GDSC-FSC/gdsc-bot.git"
},
"author": "RadNotRed",
"homepage": "https://GDSC-FSC/gdsc-bot#readme",
"dependencies": {
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"axios": "^1.5.0",
"better-sqlite3": "^8.6.0",
"cheerio": "^1.0.0-rc.12",
"discord-api-types": "^0.37.55",
"express": "^4.18.2"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.78",
"@types/better-sqlite3": "^7.6.5",
"@types/express": "^4.17.13",
"@types/node": "^20.5.3",
"chokidar": "^3.5.3",
"typescript": "^5.1.6"
}
}