{
  "name": "@pandabox/postcss-plugins",
  "version": "0.0.2",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "homepage": "https://astahmer.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/astahmer/pandabox.git",
    "directory": "packages/postcss-plugins"
  },
  "author": "Alexandre Stahmer",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "files": [
    "src",
    "dist"
  ],
  "keywords": [
    "pandacss",
    "pandabox",
    "panda",
    "postcss",
    "plugins",
    "typesafety",
    "typescript"
  ],
  "peerDependencies": {
    "postcss": "^8.4.35"
  },
  "devDependencies": {
    "tsup": "^8.0.2",
    "vitest": "^1.3.1"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch src",
    "typecheck": "tsc --noEmit",
    "test": "vitest"
  }
}