generated from rstackjs/rsbuild-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.88 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.88 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
72
73
74
75
{
"name": "rsbuild-plugin-arethetypeswrong",
"version": "0.2.0",
"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": "vitest --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.56.0",
"@rsbuild/core": "2.0.0-beta.4",
"@rslib/core": "^0.19.4",
"@rslint/core": "^0.2.0",
"@types/marked-terminal": "^6.1.1",
"@types/node": "^24.10.9",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"cli-table3": "^0.6.5",
"dprint": "^0.51.1",
"husky": "^9.1.7",
"marked": "^11.2.0",
"marked-terminal": "^7.3.0",
"nano-staged": "^0.9.0",
"package-manager-detector": "^1.6.0",
"picocolors": "^1.1.1",
"rsbuild-plugin-publint": "^0.3.4",
"tinyexec": "^1.0.2",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"peerDependencies": {
"@rsbuild/core": "^1.0.0 || ^2.0.0-0",
"typescript": "*"
},
"peerDependenciesMeta": {
"@rsbuild/core": {
"optional": true
}
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"engines": {
"node": ">=18.20.8"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}