{
  "name": "dropcss",
  "version": "1.0.16",
  "description": "An exceptionally fast, thorough and tiny unused-CSS cleaner",
  "main": "./dist/dropcss.cjs.js",
  "scripts": {
    "build": "rollup -c",
    "test": "nyc mocha test/src/*.js",
    "coverage": "nyc report --reporter=lcov --reporter=text > ./test/coverage.txt"
  },
  "author": "Leon Sorokin <leeoniya@gmail.com>",
  "license": "MIT",
  "files": [
    "package.json",
    "README.md",
    "LICENSE",
    "dist"
  ],
  "homepage": "https://github.com/leeoniya/dropcss",
  "repository": {
    "type": "git",
    "url": "https://github.com/leeoniya/dropcss.git"
  },
  "bugs": {
    "url": "https://github.com/leeoniya/dropcss/issues"
  },
  "devDependencies": {
    "mocha": "^6.2.2",
    "nyc": "^14.1.1",
    "rollup": "^1.26.3",
    "rollup-plugin-buble": "^0.19.8",
    "rollup-plugin-cjs-es": "^0.9.0",
    "rollup-plugin-terser": "^5.1.2"
  }
}
