-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "@pokerbot/main",
"type": "module",
"private": true,
"scripts": {
"watch": "node --no-warnings --loader ts-node/esm --watch-path=./src src/index.ts",
"build": "rimraf dist && tsc",
"register": "rimraf dist && tsc && node dist/register.js",
"start": "pnpm build && node dist/index.js"
},
"dependencies": {
"@node-saml/passport-saml": "^5.0.0",
"@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/express-session": "^1.18.0",
"@types/nodemailer": "^6.4.15",
"@types/passport": "^1.0.16",
"better-sqlite3": "^11.2.1",
"body-parser": "^1.20.2",
"bufferutil": "^4.0.8",
"cookie-parser": "^1.4.6",
"discord.js": "^14.15.3",
"express": "^4.19.2",
"express-session": "^1.18.0",
"googleapis": "^143.0.0",
"kill-port": "^2.0.1",
"node-gyp": "^10.2.0",
"nodemailer": "^6.9.14",
"passport": "^0.7.0",
"quick.db": "^9.1.7",
"skia-canvas": "^1.0.2",
"utf-8-validate": "^6.0.4",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@swc/core": "^1.7.18",
"@types/kill-port": "^2.0.3",
"@types/node": "^22.5.0",
"dotenv": "^16.4.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}