-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "@zemd/eslint-flat-config",
"private": true,
"version": "3.2.0",
"license": "Apache-2.0",
"description": "Shared ESLint configs for modern projects",
"keywords": [
"eslint-config",
"eslint-flat-config",
"eslint",
"flat config"
],
"author": {
"name": "Dmytro Zelenetskyi",
"email": "[email protected]",
"url": "https://codeandgin.co"
},
"homepage": "https://github.com/zemd/eslint-flat-config",
"repository": {
"type": "git",
"url": "https://github.com/zemd/eslint-flat-config.git"
},
"bugs": {
"url": "https://github.com/zemd/eslint-flat-config/issues"
},
"files": [
"dist"
],
"funding": "https://github.com/sponsors/zemd",
"type": "module",
"scripts": {
"build": "turbo build",
"build:inspector": "pnpm dlx @eslint/config-inspector build",
"dev": "turbo dev",
"dev:inspector": "pnpm dlx @eslint/config-inspector@latest",
"release": "pnpm run build && changeset publish",
"prepare": "husky",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset"
},
"peerDependencies": {
"eslint": ">=9.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.12",
"@eslint/config-inspector": "^1.0.0",
"@zemd/eslint-next": "workspace:*",
"@zemd/tsconfig": "^1.3.0",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"turbo": "^2.4.0",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}