-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.49 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
46
47
48
49
{
"name": "thoma",
"version": "1.0.0",
"private": true,
"main": "dist/main.js",
"license": "MIT",
"scripts": {
"hooks": "husky install .github/husky",
"build": "rimraf tsconfig.tsbuildinfo dist && yarn tsc --listEmittedFiles --incremental",
"build:watch": "yarn tsc -w --incremental",
"lint": "eslint src/ --ext .ts --cache",
"lint:fix": "eslint src/ --fix --ext .ts --cache",
"start": "doppler run -- yarn node --enable-source-maps dist/main.js"
},
"dependencies": {
"@bitomic/material-colors": "^1.1.0",
"@bitomic/utilities": "^1.1.0",
"@discordjs/rest": "^1.7.1",
"@sapphire/decorators": "^5.0.0",
"@sapphire/framework": "3.2.0",
"@sapphire/pieces": "3.6.0",
"@sapphire/plugin-i18next": "^4.0.3",
"@sapphire/plugin-scheduled-tasks": "^6.0.0",
"@sapphire/stopwatch": "^1.5.0",
"@sapphire/utilities": "^3.11.0",
"bullmq": "^2.4.0",
"discord-api-types": "^0.37.48",
"discord.js": "13.15.1",
"fuse.js": "^6.6.2",
"mw.js": "^2.4.1",
"mysql2": "^2.3.3",
"sequelize": "^6.37.5",
"ts-dotenv": "^0.9.1"
},
"devDependencies": {
"@bitomic/eslint-config": "1.3.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.57.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
},
"packageManager": "yarn@3.8.6"
}