{
  "name": "@pandacss/node",
  "version": "1.11.1",
  "description": "The core css panda library",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "author": "Segun Adebayo <joseshegs@gmail.com>",
  "license": "MIT",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "homepage": "https://panda-css.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chakra-ui/panda.git",
    "directory": "packages/node"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "browserslist": "4.28.1",
    "chokidar": "4.0.3",
    "fast-glob": "3.3.3",
    "fs-extra": "11.3.2",
    "glob-parent": "6.0.2",
    "is-glob": "4.0.3",
    "lodash.merge": "4.6.2",
    "look-it-up": "2.1.0",
    "outdent": " ^0.8.0",
    "package-manager-detector": "1.6.0",
    "p-limit": "5.0.0",
    "perfect-debounce": "1.0.0",
    "pkg-types": "2.3.0",
    "picomatch": "4.0.4",
    "pluralize": "8.0.0",
    "postcss": "8.5.14",
    "prettier": "3.2.5",
    "ts-morph": "28.0.0",
    "ts-pattern": "5.9.0",
    "get-tsconfig": "^4.13.0",
    "@pandacss/config": "1.11.1",
    "@pandacss/core": "1.11.1",
    "@pandacss/generator": "1.11.1",
    "@pandacss/plugin-lightningcss": "1.11.1",
    "@pandacss/plugin-svelte": "1.11.1",
    "@pandacss/plugin-vue": "1.11.1",
    "@pandacss/reporter": "1.11.1",
    "@pandacss/logger": "1.11.1",
    "@pandacss/parser": "1.11.1",
    "@pandacss/shared": "1.11.1",
    "@pandacss/token-dictionary": "1.11.1",
    "@pandacss/types": "1.11.1"
  },
  "devDependencies": {
    "@types/picomatch": "4.0.2",
    "@types/fs-extra": "11.0.4",
    "@types/glob-parent": "5.1.3",
    "@types/is-glob": "4.0.4",
    "@types/lodash.merge": "4.6.9",
    "@types/pluralize": "0.0.33",
    "boxen": "8.0.1"
  },
  "scripts": {
    "build": "tsup --tsconfig tsconfig.build.json src/index.ts --format=cjs,esm --shims --dts",
    "build-fast": "tsup --tsconfig tsconfig.build.json src/index.ts --format=cjs,esm --shims --no-dts",
    "dev": "pnpm build-fast --watch"
  }
}