-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 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": "^3.14.0",
"@eslint/config-inspector": "^1.0.0",
"@importantimport/eslint-config": "workspace:*",
"@importantimport/tsconfig": "workspace:*",
"@types/node": "^22.10.7",
"bumpp": "^9.10.1",
"eslint": "^9.18.0",
"jiti": "^2.4.2",
"pkgroll": "^2.6.1"
},
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@^1",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"object.assign": "npm:@nolyfill/object.assign@^1",
"object.values": "npm:@nolyfill/object.values@^1"
}
}
}