{
  "name": "rollup-plugin-postcss-modules",
  "version": "2.1.1",
  "description": "rollup-plugin-postcss wrapper with built-in CSS module and TypeScript support",
  "type": "module",
  "main": "index.js",
  "typings": "index.d.ts",
  "repository": "https://github.com/flying-sheep/rollup-plugin-postcss-modules.git",
  "author": "Philipp A.",
  "license": "GPL-3.0",
  "scripts": {
    "build": "tsc",
    "start": "tsc --watch",
    "test": "npm run eslint && npm run ava",
    "prepublishOnly": "npm run build && npm run test",
    "eslint": "eslint index.ts",
    "ava": "ava"
  },
  "devDependencies": {
    "@types/node": "^18.11.9",
    "@types/reserved-words": "^0.1.0",
    "@typescript-eslint/eslint-plugin": "^5.42.1",
    "@typescript-eslint/parser": "^5.42.1",
    "aurelia-logging": "^1.5.2",
    "ava": "^5.0.1",
    "ava-fixture": "^0.11.0",
    "eslint": "^7.6.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-flying-sheep": "^5.2.0",
    "eslint-import-resolver-typescript": "^2.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-no-foreach": "^1.0.0",
    "eslint-plugin-react": "^7.20.6",
    "esm": "^3.2.25",
    "mkdirp": "^1.0.4",
    "postcss": "^8.4.19",
    "rmfr": "^2.0.0",
    "rollup": "^3.2.5",
    "rollup-plugin-external-globals": "^0.6.1",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "camelcase": "^6.0.0 || ^7.0.0",
    "postcss-modules": "^6.0.0",
    "reserved-words": "^0.1.2",
    "rollup-plugin-postcss": "^4.0.2"
  },
  "peerDependencies": {
    "postcss": "^8.0.0"
  },
  "ava": {
    "workerThreads": false,
    "require": [
      "esm"
    ]
  }
}
