UNPKG

unplugin-keep-polite

Version:
72 lines 1.84 kB
{ "name": "unplugin-keep-polite", "version": "0.2.4", "packageManager": "pnpm@7.19.0", "description": "keep polite by plugin", "keywords": [ "unplugin", "keep", "polite", "unplugin-keep-polite" ], "license": "MIT", "author": "tangdaoyuan <1197633750@qq.com> (https://github.com/tangdaoyuan/)", "repository": { "type": "git", "url": "git+https://github.com/tangdaoyuan/unplugin-keep-polite.git" }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" }, "./*": "./*" }, "files": [ "dist" ], "bugs": { "url": "https://github.com/tangdaoyuan/unplugin-keep-polite/issues" }, "homepage": "https://github.com/tangdaoyuan/unplugin-keep-polite#readme", "peerDependencies": { "esbuild": "*", "rollup": "*", "vite": "*", "webpack": "*" }, "dependencies": { "impolite-word": "^0.0.5", "install": "^0.13.0", "magic-string": "^0.27.0", "picocolors": "^1.0.0", "unplugin": "^1.0.0" }, "devDependencies": { "@suger-tdy/eslint-config": "^1.1.14", "@types/node": "^18.11.10", "bumpp": "^8.2.1", "eslint": "^8.29.0", "typescript": "^4.9.3", "unbuild": "^1.0.1", "vite": "^4.0.0", "vitest": "0.26.2" }, "scripts": { "test": "vitest", "test:run": "vitest run", "typecheck": "tsc --noEmit", "lint": "eslint .", "lint:fix": "eslint . --fix", "start": "node ./src/index.ts", "play": "npm -C playground run dev", "stub": "unbuild --stub", "build": "unbuild", "build:demo": "unbuild --stub && pnpm --filter './examples/**' run build", "release": "bumpp --tag --commit --push && pnpm publish" } }