{
  "name": "rollup-plugin-styles",
  "version": "4.0.0",
  "description": "Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more",
  "keywords": [
    "rollup",
    "rollup-plugin",
    "css",
    "css-modules",
    "postcss",
    "sass",
    "scss",
    "less",
    "stylus"
  ],
  "homepage": "https://github.com/Anidetrix/rollup-plugin-styles#readme",
  "bugs": {
    "url": "https://github.com/Anidetrix/rollup-plugin-styles/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Anidetrix/rollup-plugin-styles.git"
  },
  "license": "MIT",
  "author": "Anton Kudryavtsev <boblobl4@gmail.com>",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "shx rm -rf dist",
    "build": "rollup -c --environment NODE_ENV:production",
    "postbuild": "shx cp -r src/shims dist",
    "commit": "commit",
    "predocs": "shx rm -rf docs",
    "docs": "typedoc",
    "postdocs": "shx cp .ghpages.yml docs/_config.yml",
    "docs:publish": "npm run docs && gh-pages -d docs",
    "prelint": "prettier -l --write .",
    "lint": "eslint --report-unused-disable-directives --ext .ts,.js --fix .",
    "prepublishOnly": "npm run build",
    "release": "semantic-release",
    "pretest": "npm run lint",
    "test": "jest"
  },
  "dependencies": {
    "@rollup/pluginutils": "^4.1.2",
    "@types/cssnano": "^5.0.0",
    "cosmiconfig": "^7.0.1",
    "cssnano": "^5.0.15",
    "fs-extra": "^10.0.0",
    "icss-utils": "^5.1.0",
    "mime-types": "^2.1.34",
    "p-queue": "^6.6.2",
    "postcss": "^8.4.5",
    "postcss-modules-extract-imports": "^3.0.0",
    "postcss-modules-local-by-default": "^4.0.0",
    "postcss-modules-scope": "^3.0.0",
    "postcss-modules-values": "^4.0.0",
    "postcss-value-parser": "^4.2.0",
    "query-string": "^7.1.0",
    "resolve": "^1.21.0",
    "source-map-js": "^1.0.1",
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@babel/core": "^7.16.7",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/preset-env": "^7.16.8",
    "@commitlint/cli": "^16.0.2",
    "@commitlint/config-angular": "^16.0.0",
    "@commitlint/prompt-cli": "^16.0.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@rollup/plugin-replace": "^3.0.1",
    "@rollup/plugin-typescript": "^8.3.0",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/git": "^10.0.1",
    "@types/fs-extra": "^9.0.13",
    "@types/jest": "^27.4.0",
    "@types/mime-types": "^2.1.1",
    "@types/node": "*",
    "@types/resolve": "^1.20.1",
    "@types/uglifycss": "^0.0.7",
    "@typescript-eslint/eslint-plugin": "^5.9.1",
    "@typescript-eslint/parser": "^5.9.1",
    "autoprefixer": "^10.4.2",
    "babel-jest": "^27.4.6",
    "eslint": "^8.6.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jest": "^25.3.4",
    "eslint-plugin-unicorn": "^40.0.0",
    "gh-pages": "^3.2.3",
    "husky": "^7.0.4",
    "jest": "^27.4.7",
    "less": "^4.1.2",
    "lint-staged": "^12.1.7",
    "minireset.css": "^0.0.7",
    "node-sass": "^7.0.1",
    "postcss-custom-properties": "^12.1.2",
    "prettier": "^2.5.1",
    "rollup": "^2.63.0",
    "rollup-plugin-dts": "^4.1.0",
    "rollup-plugin-lit-css": "^3.2.1",
    "rollup-plugin-node-externals": "^3.1.2",
    "rollup-plugin-terser": "^7.0.2",
    "sass": "^1.48.0",
    "semantic-release": "^18.0.1",
    "shx": "^0.3.4",
    "stylus": "^0.56.0",
    "sugarss": "^4.0.1",
    "ts-jest": "^27.1.2",
    "typedoc": "^0.22.10",
    "typedoc-plugin-missing-exports": "^0.22.6",
    "typescript": "^4.5.4"
  },
  "peerDependencies": {
    "rollup": "^2.63.0"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  }
}
