diff --git a/package.json b/package.json index c84f83b..18b72a0 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,12 @@ "dist" ], "scripts": { - "build": "rslib build", - "dev": "rslib build --watch", + "build": "rslib", + "dev": "rslib --watch", "lint": "biome check .", "lint:write": "biome check . --write", - "prepare": "simple-git-hooks && pnpm run build", - "test": "rstest run", + "prepare": "simple-git-hooks && rslib", + "test": "rstest", "bump": "npx bumpp" }, "simple-git-hooks": { @@ -60,6 +60,9 @@ "simple-git-hooks": "^2.13.1", "typescript": "^5.9.3" }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, "packageManager": "pnpm@10.33.0", "publishConfig": { "access": "public",