{
  "name": "esbuild-plugin-css-module",
  "author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
  "private": false,
  "version": "0.1.0",
  "description": "ESBuild plugin to handle CSS modules",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mayank1513/esbuild-plugin-css-module.git"
  },
  "bugs": {
    "url": "https://github.com/mayank1513/esbuild-plugin-css-module/issues"
  },
  "homepage": "https://github.com/mayank1513/esbuild-plugin-css-module#readme",
  "sideEffects": false,
  "license": "MIT",
  "dependencies": {
    "autoprefixer": "^10.4.18",
    "postcss": "^8.4.35",
    "postcss-modules": "^6.0.0"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/mayank1513"
  },
  "keywords": [
    "esbuild-plugin-css-module",
    "esbuild-plugin",
    "typescript",
    "javascript",
    "css-module",
    "postcss",
    "esbuild",
    "react18",
    "react",
    "nextjs",
    "tsup",
    "css",
    "mayank1513"
  ]
}