{
  "name": "happy-css-modules",
  "version": "4.0.0",
  "description": "Creates .d.ts files from CSS Modules .css files",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.build.json"
  },
  "bin": {
    "hcm": "bin/hcm.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mizdra/happy-css-modules.git",
    "directory": "packages/happy-css-modules"
  },
  "keywords": [
    "css-modules",
    "typescript"
  ],
  "files": [
    "bin",
    "src",
    "dist"
  ],
  "author": "mizdra",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@file-cache/core": "^2.0.0",
    "@file-cache/npm": "^2.0.0",
    "async-mutex": "^0.5.0",
    "camelcase": "^8.0.0",
    "chalk": "^5.3.0",
    "chokidar": "^3.6.0",
    "enhanced-resolve": "^5.16.1",
    "glob": "^10.3.15",
    "import-meta-resolve": "^4.1.0",
    "minimatch": "^9.0.4",
    "postcss": "^8.4.38",
    "postcss-load-config": "^5.1.0",
    "postcss-modules": "^6.0.0",
    "postcss-selector-parser": "^6.0.16",
    "postcss-value-parser": "^4.2.0",
    "source-map": "^0.7.4",
    "yargs": "^17.7.2"
  },
  "peerDependencies": {
    "less": "^3.0.0 || ^4.0.0",
    "postcss": "^8.0.0",
    "sass": "^1.68.0"
  },
  "peerDependenciesMeta": {
    "sass": {
      "optional": true
    },
    "less": {
      "optional": true
    }
  }
}
