-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.25 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
{
"name": "kset-discord-verifikator-bot",
"module": "src/index.ts",
"type": "module",
"description": "Discord bot koji asocira članove sa sekcijama i iskaznicama",
"author": "Josip Igrec <[email protected]>",
"scripts": {
"run": "bun ./src/index.ts",
"lint": "eslint --ext .ts,.js",
"lint:fix": "eslint --ext .ts,.js --fix"
},
"dependencies": {
"better-sqlite3": "^9.4.3",
"bufferutil": "^4.0.8",
"chalk": "^5.3.0",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"google-auth-library": "^9.7.0",
"google-spreadsheet": "^4.1.1",
"nodemailer": "^6.9.12",
"utf-8-validate": "^6.0.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.7.0",
"@total-typescript/ts-reset": "^0.5.1",
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
"@types/better-sqlite3": "^7.6.9",
"@types/nodemailer": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"prettier": "^3.2.5",
"type-fest": "^4.13.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}