-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.7 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
{
"name": "@importantimport/config",
"type": "module",
"private": true,
"packageManager": "pnpm@9.9.0",
"scripts": {
"build:eslint": "eslint-config-inspector build",
"changeset": "changeset",
"dev:eslint": "eslint-config-inspector",
"lint": "eslint . --flag unstable_ts_config",
"lint:fix": "eslint . --flag unstable_ts_config --fix",
"release": "pnpm -r build && pnpm -r publish --no-git-checks --access public"
},
"devDependencies": {
"@antfu/eslint-config": "^3.3.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"@eslint/config-inspector": "^0.5.4",
"@importantimport/eslint-config": "workspace:*",
"@importantimport/tsconfig": "workspace:*",
"@types/node": "^22.5.4",
"eslint": "^9.10.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
"jiti": "^1.21.6",
"tsup": "^8.2.4"
},
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@latest",
"has": "npm:@nolyfill/has@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.hasown": "npm:@nolyfill/object.hasown@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
}
}