{
  "name": "@pandacss/types",
  "version": "1.11.1",
  "description": "The types for css panda",
  "main": "dist/index.d.ts",
  "author": "Segun Adebayo <joseshegs@gmail.com>",
  "license": "MIT",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "homepage": "https://panda-css.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chakra-ui/panda.git",
    "directory": "packages/types"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "csstype": "3.2.3",
    "microdiff": "1.5.0",
    "ncp": "2.0.0",
    "pkg-types": "2.3.0",
    "ts-morph": "28.0.0",
    "@pandacss/extractor": "1.11.1"
  },
  "scripts": {
    "dev": "tsx scripts/watch.ts",
    "build": "cross-env PANDA_BUILD=1 tsx scripts/postbuild.ts && tsx scripts/build.ts"
  }
}