-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 958 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
{
"name": "bots-gulag",
"version": "4.3.0",
"description": "Bots",
"repository": "https://github.com/CarelessDev/bots-gulag",
"type": "module",
"private": true,
"main": "dist/bot.js",
"packageManager": "[email protected]",
"scripts": {
"start": "node dist/bot.js",
"build": "tsc",
"format": "eslint . --fix",
"lint": "eslint . --max-warnings=0"
},
"dependencies": {
"chalk": "5.3.0",
"cocoa-discord": "3.1.0",
"discord.js": "14.16.2",
"zod": "3.23.8"
},
"devDependencies": {
"@leomotors/config": "0.11.0",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"prettier": "3.1.1",
"typescript": "5.3.3"
}
}