UNPKG

rsbuild-plugin-publint

Version:

57 lines 1.28 kB
{ "name": "rsbuild-plugin-publint", "version": "1.0.0", "repository": "https://github.com/rstackjs/rsbuild-plugin-publint", "license": "MIT", "type": "module", "engines": { "node": "^20.19.0 || >=22.12.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "types": "./dist/index.d.ts", "files": [ "dist" ], "simple-git-hooks": { "pre-commit": "pnpm run lint:write" }, "dependencies": { "publint": "^0.3.21" }, "devDependencies": { "@playwright/test": "^1.60.0", "@rsbuild/core": "^2.0.7", "@rslib/core": "^0.21.5", "@rslint/core": "^0.5.3", "@types/node": "^24.12.4", "playwright": "^1.60.0", "prettier": "^3.8.3", "simple-git-hooks": "^2.13.1", "typescript": "6.0.3" }, "peerDependencies": { "@rsbuild/core": "^1.0.0 || ^2.0.0-0" }, "peerDependenciesMeta": { "@rsbuild/core": { "optional": true } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "rslib", "bump": "npx bumpp", "dev": "rslib -w", "lint": "rslint && prettier -c .", "lint:write": "rslint --fix && prettier -w .", "test": "playwright test" } }