-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "@huuyafwww/tsconfig",
"version": "1.0.0",
"private": false,
"description": "This repository is a detailed package of tsconfig for me.",
"homepage": "https://github.com/huuyafwww/tsconfig",
"bugs": {
"url": "https://github.com/huuyafwww/tsconfig/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huuyafwww/tsconfig.git"
},
"license": "MIT",
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"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.0",
"@changesets/cli": "^2.27.10",
"lefthook": "^1.10.10",
"sort-package-json": "^2.12.0",
"turbo": "^v2.3.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=22.12.0",
"pnpm": ">=9.15.0"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}