-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 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
{
"name": "@package-json/workspace",
"type": "module",
"version": "0.0.11",
"private": true,
"packageManager": "[email protected]",
"author": "藍+85CD",
"license": "MIT",
"homepage": "https://github.com/importantimport/package-json",
"repository": {
"type": "git",
"url": "https://github.com/importantimport/package-json.git"
},
"bugs": "https://github.com/importantimport/package-json/issues",
"scripts": {
"automd": "automd && corepack pnpm -r exec automd",
"bump": "bumpp --all --no-push",
"lint": "eslint --flag unstable_ts_config .",
"lint:fix": "eslint --flag unstable_ts_config --fix .",
"release": "bumpp --all --commit \"chore: release v%s\" --tag \"%s\""
},
"devDependencies": {
"@antfu/eslint-config": "^3.3.2",
"@importantimport/eslint-config": "1.0.0-alpha.2",
"@importantimport/tsconfig": "^0.1.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.5.4",
"automd": "^0.3.8",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"jiti": "^1.21.6",
"json-schema-to-typescript": "^15.0.2",
"pkgroll": "^2.4.2",
"tsx": "^4.19.0",
"vitest": "^2.0.5"
}
}