{
  "name": "@cerberus-design/panda-preset",
  "version": "0.7.2",
  "description": "The official Panda-CSS preset for the omni-federal design system",
  "browserslist": "> 0.25%, not dead",
  "sideEffects": false,
  "type": "module",
  "main": "build/legacy/index.cjs",
  "module": "build/legacy/index.js",
  "peerDependencies": {
    "@pandacss/dev": "*",
    "autoprefixer": "*",
    "postcss": "*"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.46.2",
    "@pandacss/dev": "^0.45.0",
    "@pandacss/types": "^0.45.0",
    "tsup": "^8.0.2",
    "@cerberus-design/configs": "0.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build/**/*",
    "src/**/*",
    "index.ts"
  ],
  "keywords": [
    "panda-css",
    "omni-federal",
    "design-system",
    "css",
    "recipe",
    "ui",
    "ui library",
    "panda-css ui",
    "digital university",
    "du design system"
  ],
  "author": "developers@omnifederal.com",
  "license": "ISC",
  "scripts": {
    "build": "tsup --experimental-dts",
    "clean": "rm -rf ./build",
    "lint:ts": "tsc --project tsconfig.lint.json --noEmit"
  },
  "types": "build/legacy/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./build/modern/index.d.ts",
        "default": "./build/modern/index.js"
      },
      "require": {
        "types": "./build/modern/index.d.cts",
        "default": "./build/modern/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      ".": [
        "build/legacy/index.d.ts"
      ]
    }
  }
}