-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
{
"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 && pnpm run clean:self",
"clean:self": "rimraf node_modules .turbo",
"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.2",
"@changesets/cli": "^2.29.8",
"lefthook": "^2.0.13",
"rimraf": "^6.1.2",
"sort-package-json": "^3.6.0",
"turbo": "^2.7.2"
},
"packageManager": "pnpm@10.26.2",
"engines": {
"node": ">=24.12.0",
"pnpm": ">=10.26.2"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}