-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
{
"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 --parallel",
"build:watch": "turbo run build:watch",
"clean": "turbo run clean",
"lint:code": "turbo lint:code --parallel",
"lint:type": "turbo lint:type --parallel",
"sort:package": "sort-package-json 'package.json' 'packages/*/package.json'",
"version": "changeset",
"version:apply": "changeset version",
"version:publish": "changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.0",
"@huuyafwww/tsconfig-common": "^1.1.1",
"lefthook": "^1.10.10",
"sort-package-json": "^2.14.0",
"turbo": "^2.4.2",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=22.12.0",
"pnpm": ">=9.15.0"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}