-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"type": "module",
"version": "0.7.2",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "pnpm -r run build",
"dev": "pnpm -r run dev",
"lint": "eslint .",
"release": "bumpp -r && pnpm -r publish",
"start": "cd packages/case-police && esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@antfu/ni": "^0.23.1",
"@babel/types": "^7.26.0",
"@types/fs-extra": "^11.0.4",
"@types/minimist": "^1.2.5",
"@types/node": "^22.10.0",
"@typescript-eslint/parser": "^8.16.0",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"eslint-plugin-case-police": "workspace:*",
"eslint-plugin-format": "^0.1.2",
"eslint-vitest-rule-tester": "^0.6.1",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"is-binary-path": "^3.0.0",
"is-text-path": "^3.0.0",
"minimist": "^1.2.8",
"p-limit": "^6.1.0",
"parse-gitignore": "^2.0.0",
"picocolors": "^1.1.1",
"pnpm": "^9.14.2",
"rimraf": "^6.0.1",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^5.4.11",
"vitest": "^2.1.5"
}
}