-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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.10",
"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 .",
"release": "npm run build && bumpp -r && pnpm -r publish"
},
"devDependencies": {
"@esbuild/darwin-arm64": "^0.24.2",
"@kriszu/eslint-config": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.5",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.33",
"bumpp": "^9.11.1",
"bundle-require": "^5.1.0",
"eslint": "^9.21.0",
"esno": "^4.8.0",
"execa": "^9.5.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"jiti": "^2.4.2",
"lint-staged": "^15.4.3",
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"unbuild": "^2.0.0",
"vitest": "^2.1.9"
}
}