-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "@kriszu/eslint-config-monorepo",
"type": "module",
"version": "3.3.4",
"private": true,
"author": "Kriszu <[email protected]>",
"license": "MIT",
"scripts": {
"build": "pnpm -r build",
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
"stub": "pnpm -r --parallel run stub",
"lint": "eslint --flag unstable_ts_config .",
"release": "npm run build && bumpp -r && pnpm -r publish"
},
"devDependencies": {
"@esbuild/darwin-arm64": "^0.24.0",
"@kriszu/eslint-config": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.0",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.33",
"bumpp": "^9.8.1",
"bundle-require": "^5.0.0",
"eslint": "9.10.0",
"esno": "^4.8.0",
"execa": "^9.5.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"jiti": "^1.21.6",
"lint-staged": "^15.2.10",
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vitest": "^2.1.6"
}
}