{
  "name": "@modular-css/processor",
  "version": "29.3.0",
  "description": "A streamlined reinterpretation of CSS Modules",
  "main": "./processor.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/tivac/modular-css.git",
    "directory": "packages/processor"
  },
  "bugs": {
    "url": "https://github.com/tivac/modular-css/issues"
  },
  "author": "Pat Cavit <npm@patcavit.com>",
  "homepage": "https://m-css.com",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "css",
    "css-modules",
    "modular-css",
    "postcss"
  ],
  "dependencies": {
    "dependency-graph": "^1.0.0",
    "escape-string-regexp": "^4.0.0",
    "postcss-selector-parser": "^7.1.0",
    "postcss-url": "^10.0.0",
    "postcss-value-parser": "^4.0.0",
    "resolve-from": "^5.0.0",
    "unique-slug": "^4.0.0"
  },
  "peerDependencies": {
    "postcss": "^8.0.0"
  }
}
