-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.73 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
50
51
52
53
54
55
56
57
58
59
{
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "vite-node scripts/build.ts",
"fix": "vite-node scripts/fix.ts",
"installPackage": "vite-node scripts/installPackage.ts",
"lint": "vite-node scripts/lint.ts",
"publish": "vite-node scripts/publish.ts",
"restore": "vite-node scripts/restore.ts",
"test": "vite-node scripts/test.ts",
"watch": "vite-node scripts/watch.ts"
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@prettier/plugin-xml": "^3.4.1",
"@tsconfig/node22": "^22.0.0",
"@vitest/eslint-plugin": "^1.1.16",
"commander": "~12.1.0",
"cspell": "^8.16.1",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-flat-config-gitignore": "^2.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"execa": "^9.5.2",
"glob": "^11.0.0",
"globals": "^15.13.0",
"isomorphic-git": "1.27.1",
"prettier": "^3.4.2",
"prettier-plugin-ini": "^1.3.0",
"prettier-plugin-packagejson": "^2.5.6",
"semver": "^7.6.3",
"syncpack": "^13.0.0",
"type-fest": "^4.30.1",
"typescript": "~5.6.3",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vite-node": "^2.1.8",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__eslintrc": "^2.1.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"@types/semver": "^7.5.8"
},
"engines": {
"node": ">=20"
}
}