-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.65 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.65 KB
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
50
51
{
"name": "bort",
"version": "7.0.1",
"description": "a fun bot for you",
"private": true,
"main": "src/main.ts",
"author": "s <https://github.com/lostfictions>",
"license": "AGPL-3.0",
"type": "module",
"scripts": {
"start": "DEBUG='bort,bort:*' node src/main.ts",
"dev": "DEBUG='bort,bort:*' DEBUG_HIDE_DATE=true DEBUG_COLORS=true node --watch --env-file-if-exists=.env src/main.ts",
"dev-cli": "USE_CLI=true run-s dev",
"test": "run-p -cl test:*",
"test:ts": "tsc --pretty --noEmit",
"test:eslint": "eslint --color --max-warnings=0 '{src,scripts}/**/*'",
"test:vitest": "vitest run --color",
"test:prettier": "prettier '{src,scripts}/**/*' -l",
"prettier": "prettier '{src,scripts}/**/*' --write",
"vitest": "vitest"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.77",
"@sentry/node": "9.11.0",
"cheerio": "^1.1.2",
"chrono-node": "^2.8.4",
"cmu-pronouncing-dictionary": "^1.0.3",
"common-tags": "^1.8.2",
"dayjs": "^1.11.13",
"debug": "^4.4.1",
"discord.js": "^14.18.0",
"ky": "^1.8.2",
"level": "^7.0.1",
"znv": "^0.5.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/common-tags": "^1.8.4",
"@types/debug": "4.1.12",
"@types/levelup": "^4.3.3",
"@types/node": "^24.12.0",
"eslint": "^9.39.4",
"eslint-config-lostfictions": "8.1.1",
"fast-check": "^4.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.8.1",
"typescript": "~5.9.3",
"vitest": "^4.1.0"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}