-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 914 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
{
"name": "css-uwindsor-bot",
"version": "2.2.0",
"description": "Bot for UWindsor CSS discord",
"main": "src/index.ts",
"scripts": {
"dev": "tsc && tsx watch ./src/index.ts | pino-pretty",
"start": "tsx ./src/index.ts",
"format": "prettier --write src/**/*.ts",
"start:prod": "pnpm prisma migrate deploy && pnpm run start"
},
"author": "CSS Software Devs css@uwindsor.ca",
"license": "MIT",
"repository": "git@github.com:UWindsorCSS/uwindsor-discord-bot.git",
"dependencies": {
"@prisma/client": "^5.19.1",
"@resvg/resvg-js": "^2.6.2",
"discord.js": "^14.16.1",
"fuse.js": "^7.0.0",
"mathjax-node": "^2.1.1",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"pino-roll": "1.3.0",
"prisma": "^5.19.1"
},
"devDependencies": {
"@types/mathjax-node": "^2.1.0",
"prettier": "^3.3.3",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
}
}