-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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": "tinkerbuntune",
"private": true,
"type": "module",
"workspaces": [
"./packages/*"
],
"engines": {
"bun": ">=1.0.14"
},
"scripts": {
"lint": "bun run lint:src",
"lint:src": "bun --bun x eslint --cache --fix --fix-type suggestion,layout,problem,directive -f stylish './**'",
"build": "bun run build:docs",
"build:docs": "bun x typedoc",
"prepare": "husky install"
},
"devDependencies": {
"@eslint/js": "^8.54.0",
"@stylistic/eslint-plugin": "1.4.1",
"@types/eslint": "8.44.7",
"@types/gremlin": "3.6",
"@types/msgpack": "0.0.34",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"bun-types": "1.0.14",
"eslint": "8.54.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "npm:eslint-plugin-i@latest",
"eslint-plugin-jsonc": "2.10.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-unicorn": "^49.0.0",
"globals": "13.23.0",
"gremlin": "3.6.2",
"hono": "3.10.2",
"husky": "8.0.3",
"jsonc-eslint-parser": "2.4.0",
"lint-staged": "next",
"type-coverage": "2.27.0",
"type-fest": "4.8.2",
"typedoc": "0.25.3",
"typedoc-plugin-coverage": "2.2.0",
"typedoc-plugin-merge-modules": "5.1.0",
"typescript": "5.3.2",
"typescript-coverage-report": "0.8.0"
}
}