We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d759fe commit 3176cacCopy full SHA for 3176cac
1 file changed
package.json
@@ -23,12 +23,12 @@
23
"dist"
24
],
25
"scripts": {
26
- "build": "rslib build",
27
- "dev": "rslib build --watch",
+ "build": "rslib",
+ "dev": "rslib --watch",
28
"lint": "biome check .",
29
"lint:write": "biome check . --write",
30
- "prepare": "simple-git-hooks && pnpm run build",
31
- "test": "rstest run",
+ "prepare": "simple-git-hooks && rslib",
+ "test": "rstest",
32
"bump": "npx bumpp"
33
},
34
"simple-git-hooks": {
@@ -60,6 +60,9 @@
60
"simple-git-hooks": "^2.13.1",
61
"typescript": "^5.9.3"
62
63
+ "engines": {
64
+ "node": "^20.19.0 || >=22.12.0"
65
+ },
66
"packageManager": "pnpm@10.33.0",
67
"publishConfig": {
68
"access": "public",
0 commit comments