-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.41 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
{
"name": "@huuyafwww/eslint-config",
"version": "1.0.0",
"private": false,
"description": "This repository is a detailed package of ESLint rules for me.",
"homepage": "https://github.com/huuyafwww/eslint-config",
"bugs": {
"url": "https://github.com/huuyafwww/eslint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huuyafwww/eslint-config.git"
},
"license": "MIT",
"scripts": {
"build": "turbo run build",
"build:watch": "turbo run build:watch",
"clean": "turbo run clean",
"lint:code": "turbo lint:code --parallel",
"lint:type": "turbo lint:type --parallel",
"prepare": "husky",
"sort:package": "sort-package-json && turbo run sort:package --parallel",
"version": "changeset",
"version:apply": "changeset version",
"version:publish": "changeset publish"
},
"lint-staged": {
"{package.json,**/package.json}": [
"bash -c 'pnpm run sort:package'"
]
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@huuyafwww/tsconfig-common": "^1.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"sort-package-json": "^2.12.0",
"turbo": "^v2.3.3",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=22.12.0",
"pnpm": ">=9.15.0"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}