UNPKG

rollup-plugin-unused

Version:
42 lines 1.12 kB
{ "name": "rollup-plugin-unused", "version": "0.1.1", "description": "Rollup plugin to check for unused files", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ls-age/devtools.git" }, "author": "Lukas Hechenberger <npm@ls-age.com>", "homepage": "https://github.com/ls-age/devtools/tree/master/packages/rollup-plugin-unused#readme", "bugs": { "url": "https://github.com/ls-age/devtools/issues" }, "main": "out/index.js", "keywords": [ "rollup-plugin", "unused", "files", "import", "module" ], "dependencies": { "@rollup/pluginutils": "^3.0.4", "globby": "^11.0.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "13.1.1", "@rollup/plugin-typescript": "8.3.0", "npm-run-all": "4.1.5", "rollup": "2.62.0", "typescript": "4.5.4" }, "types": "out/types/index.d.ts", "scripts": { "build": "run-p build:*", "build:rollup": "rollup -c --environment NODE_ENV:production", "build:tsc": "tsc", "dev": "rollup -cw", "test": "echo \"Error: no test specified\" && exit 1" } }