{
  "name": "@slurpyb/preset-uchu",
  "version": "1.0.1",
  "type": "module",
  "description": "Panda CSS Preset for Uchu color palette",
  "keywords": [
    "Panda CSS",
    "Preset",
    "Uchu",
    "Colors"
  ],
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "author": "Jordan Sweeting <slurpyb@fastmail.com> (https://slurpyb.com/)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slurpyb/preset-uchu.git"
  },
  "bugs": {
    "url": "https://github.com/slurpyb/preset-uchu/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@pandacss/dev": "^0.53.0",
    "@pandacss/types": "^0.53.0",
    "tsup": "^8.4.0",
    "vitest": "^3.1.1"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest",
    "clean": "rm -rf node_modules && rm -rf dist"
  }
}