-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.08 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
{
"name": "@importantimport/config",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build:eslint": "eslint-config-inspector build",
"bump": "bumpp",
"changeset": "changeset",
"dev:eslint": "eslint-config-inspector",
"lint": "eslint --cache .",
"release": "pnpm -r build && pnpm -r publish --no-git-checks --access public"
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@eslint/config-inspector": "^1.0.0",
"@importantimport/eslint-config": "workspace:*",
"@importantimport/tsconfig": "workspace:*",
"@types/node": "^22.13.5",
"bumpp": "^10.0.3",
"eslint": "^9.21.0",
"jiti": "^2.4.2",
"pkgroll": "^2.11.0"
},
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@^1.0.28",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1.0.28",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"object.assign": "npm:@nolyfill/object.assign@^1.0.28",
"object.values": "npm:@nolyfill/object.values@^1.0.28"
}
}
}