-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
56
57
58
{
"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": "git+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": {
"prebuild": "turbo telemetry disable",
"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",
"lint": "turbo lint"
},
"peerDependencies": {
"eslint": ">=9.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@eslint/config-inspector": "^1.0.0",
"@zemd/eslint-next": "workspace:*",
"@zemd/tsconfig": "^1.3.0",
"husky": "^9.1.7",
"prettier": "^3.5.2",
"publint": "^0.3.6",
"turbo": "^2.4.2",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}