UNPKG

unplugin-unused

Version:
84 lines 1.99 kB
{ "name": "unplugin-unused", "type": "module", "version": "0.5.7", "description": "Check unused dependencies.", "author": "Kevin Deng <sxzz@sxzz.moe>", "license": "MIT", "funding": "https://github.com/sponsors/sxzz", "homepage": "https://github.com/unplugin/unplugin-unused#readme", "repository": { "type": "git", "url": "git+https://github.com/unplugin/unplugin-unused.git" }, "bugs": { "url": "https://github.com/unplugin/unplugin-unused/issues" }, "keywords": [ "unplugin", "rollup", "vite", "esbuild", "webpack" ], "exports": { ".": "./dist/index.mjs", "./api": "./dist/api.mjs", "./esbuild": "./dist/esbuild.mjs", "./rolldown": "./dist/rolldown.mjs", "./rollup": "./dist/rollup.mjs", "./rspack": "./dist/rspack.mjs", "./vite": "./dist/vite.mjs", "./webpack": "./dist/webpack.mjs", "./package.json": "./package.json" }, "types": "./dist/index.d.mts", "typesVersions": { "*": { "*": [ "./dist/*.d.mts", "./*" ] } }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=20.19.0" }, "dependencies": { "empathic": "^2.0.0", "escape-string-regexp": "^5.0.0", "js-tokens": "^10.0.0", "unplugin": "^3.0.0" }, "devDependencies": { "@sxzz/eslint-config": "^7.5.0", "@sxzz/prettier-config": "^2.2.6", "@sxzz/test-utils": "^0.5.15", "@types/node": "^25.0.10", "bumpp": "^10.4.0", "eslint": "^9.39.2", "prettier": "^3.8.1", "rollup": "^4.56.0", "tsdown": "^0.20.0", "tsdown-preset-sxzz": "^0.3.1", "typescript": "^5.9.3", "vite": "^7.3.1", "vitest": "^4.0.17" }, "prettier": "@sxzz/prettier-config", "scripts": { "lint": "eslint --cache .", "lint:fix": "pnpm run lint --fix", "build": "tsdown", "dev": "tsdown --watch", "test": "vitest", "typecheck": "tsc --noEmit", "release": "bumpp" } }