rsbuild-plugin-publint
Version:
Run [publint](https://github.com/bluwy/publint) to lint npm packages after the build.
58 lines (57 loc) • 1.39 kB
JSON
{
"name": "rsbuild-plugin-publint",
"version": "0.3.0",
"repository": "https://github.com/rspack-contrib/rsbuild-plugin-publint",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "rslib build",
"bump": "npx bumpp",
"dev": "rslib build --watch",
"lint": "biome check .",
"lint:write": "biome check . --write",
"prepare": "simple-git-hooks && npm run build",
"test": "playwright test"
},
"simple-git-hooks": {
"pre-commit": "npm run lint:write"
},
"dependencies": {
"picocolors": "^1.1.1",
"publint": "^0.3.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@playwright/test": "^1.50.1",
"@rsbuild/core": "^1.2.3",
"@rslib/core": "^0.4.0",
"@types/node": "^22.13.0",
"playwright": "^1.50.1",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
},
"peerDependenciesMeta": {
"@rsbuild/core": {
"optional": true
}
},
"packageManager": "pnpm@9.15.4",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}