-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
42
43
44
{
"name": "@rabits/tsconfig",
"type": "module",
"version": "0.2.2",
"license": "MIT",
"author": "Rabits Studio <admin@rabits.dev>",
"description": "Rabits' base TSConfig",
"homepage": "https://github.com/rabits-studio/tsconfig#readme",
"bugs": {
"url": "https://github.com/rabits-studio/tsconfig/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rabits-studio/tsconfig.git"
},
"files": [
"*.json",
"!cspell.json",
"!tsconfig.json"
],
"scripts": {
"build": "node --experimental-strip-types ./scripts/build.ts",
"cleanup": "node --experimental-strip-types ./scripts/cleanup.ts",
"prepare": "simple-git-hooks",
"prepack": "pnpm build",
"postpack": "pnpm cleanup"
},
"devDependencies": {
"@commitlint/cli": "20.1.0",
"@commitlint/config-conventional": "20.0.0",
"@commitlint/types": "20.0.0",
"@fullstacksjs/eslint-config": "13.5.0",
"@types/node": "24.6.2",
"cspell": "9.2.1",
"eslint": "9.37.0",
"lint-staged": "16.2.3",
"prettier": "3.6.2",
"simple-git-hooks": "2.13.1",
"typescript": "5.9.3"
},
"peerDependencies": {
"typescript": ">=5.6"
}
}