-
Notifications
You must be signed in to change notification settings - Fork 637
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 754 Bytes
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
{
"scripts": {
"fmt:check": "echo 'TODO'",
"fmt": "dprint fmt",
"lint": "oxlint --type-aware || eslint",
"plugin:hello-world:install": "pnpm --dir examples/plugins/hello-world install:dev"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.61.0",
"@infisical/cli": "^0.43.72",
"@tanstack/eslint-plugin-query": "^5.99.0",
"dprint": "^0.51.1",
"eslint": "^9.39.4",
"lint-staged": "^16.4.0",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"oxlint-tsgolint": "^0.21.1",
"supabase": "^2.89.1",
"turbo": "2.9.14",
"typescript-eslint": "^8.58.1"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json,css,md}": "dprint fmt"
},
"packageManager": "pnpm@11.1.1",
"engines": {
"node": ">=22"
}
}