UNPKG

postcss-prune-var

Version:
39 lines (38 loc) 823 B
{ "name": "postcss-prune-var", "version": "1.1.2", "description": "PostCSS plugin to remove unused variables", "main": "index.js", "scripts": { "test": "node test.js", "git-push": "git push", "npm-publish": "npm publish", "postversion": "npm-run-all git-push npm-publish" }, "repository": { "type": "git", "url": "git+https://github.com/tomasklaen/postcss-prune-var.git" }, "keywords": [ "postcss", "postcss-plugin", "unused", "prune", "remove", "var", "variable" ], "author": "tomasklaen", "license": "MIT", "bugs": { "url": "https://github.com/tomasklaen/postcss-prune-var/issues" }, "homepage": "https://github.com/tomasklaen/postcss-prune-var#readme", "dependencies": { "minimatch": "^9.0.3" }, "devDependencies": { "npm-run-all": "^4.1.5", "postcss": "^8.4.35" } }