{
  "name": "@pandabox/prettier-plugin",
  "version": "0.1.3",
  "description": "Prettier plugin for Panda css",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "imports": {
    "#pandabox/fixtures": "../fixtures/src/index.ts"
  },
  "peerDependencies": {
    "@pandacss/config": ">=0.36.1",
    "@pandacss/core": ">=0.36.1",
    "@pandacss/is-valid-prop": ">=0.36.1",
    "@pandacss/node": ">=0.36.1",
    "@pandacss/preset-base": ">=0.36.1",
    "@pandacss/shared": ">=0.36.1"
  },
  "devDependencies": {
    "@pandacss/types": "^0.35.0",
    "@types/micromatch": "^4.0.6",
    "prettier": "3.2.5",
    "tsup": "^8.0.2",
    "vitest": "1.3.1"
  },
  "dependencies": {
    "micromatch": "^4.0.5"
  },
  "homepage": "https://astahmer.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/astahmer/pandabox.git",
    "directory": "packages/prettier-plugin"
  },
  "author": "Alexandre Stahmer",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "files": [
    "src",
    "dist"
  ],
  "keywords": [
    "pandacss",
    "pandabox",
    "panda",
    "prettier",
    "plugin",
    "typesafety",
    "typescript"
  ],
  "scripts": {
    "build": "tsup",
    "build-fast": "tsup --no-dts",
    "dev": "pnpm build-fast --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest"
  }
}