-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.78 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.78 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "rsbuild-plugin-arethetypeswrong",
"version": "0.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/rstackjs/rsbuild-plugin-arethetypeswrong.git"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rslib build",
"lint": "rslint",
"prepare": "husky",
"test": "rstest --coverage"
},
"nano-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs,md,json,jsonc,yml,yaml}": [
"dprint fmt --allow-no-files --"
],
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"rslint"
]
},
"devDependencies": {
"@arethetypeswrong/core": "^0.18.2",
"@microsoft/api-extractor": "^7.58.1",
"@rsbuild/core": "2.0.0-rc.0",
"@rslib/core": "^0.20.3",
"@rslint/core": "^0.3.4",
"@rstest/adapter-rslib": "^0.2.2",
"@rstest/core": "^0.9.6",
"@rstest/coverage-istanbul": "^0.3.1",
"@types/node": "^24.12.2",
"cli-table3": "^0.6.5",
"dprint": "^0.53.2",
"husky": "^9.1.7",
"nano-staged": "^0.9.0",
"package-manager-detector": "^1.6.0",
"rsbuild-plugin-publint": "^0.3.4",
"tinyexec": "^1.0.4",
"typescript": "^6.0.2"
},
"peerDependencies": {
"@rsbuild/core": "^1.0.0 || ^2.0.0-0",
"typescript": "*"
},
"peerDependenciesMeta": {
"@rsbuild/core": {
"optional": true
}
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"engines": {
"node": ">=20.20.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}