{
  "name": "@power-plant/schema",
  "version": "0.0.89",
  "private": false,
  "description": "A Power Plant utility package to help managing schemas.",
  "keywords": [
    "zod",
    "valibot",
    "untyped",
    "standard-schema",
    "ajv",
    "json-schema",
    "power-plant",
    "storm-software"
  ],
  "homepage": "https://stormsoftware.com",
  "bugs": {
    "url": "https://stormsoftware.com/support",
    "email": "support@stormsoftware.com"
  },
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/power-plant.git",
    "directory": "packages/base/schema"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/storm-software"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Storm Software",
    "email": "contact@stormsoftware.com",
    "url": "https://stormsoftware.com"
  },
  "maintainers": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "contributors": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "default": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./codegen": {
      "require": {
        "types": "./dist/codegen.d.cts",
        "default": "./dist/codegen.cjs"
      },
      "import": {
        "types": "./dist/codegen.d.mts",
        "default": "./dist/codegen.mjs"
      },
      "default": {
        "types": "./dist/codegen.d.mts",
        "default": "./dist/codegen.mjs"
      }
    },
    "./deepkit": {
      "require": {
        "types": "./dist/deepkit.d.cts",
        "default": "./dist/deepkit.cjs"
      },
      "import": {
        "types": "./dist/deepkit.d.mts",
        "default": "./dist/deepkit.mjs"
      },
      "default": {
        "types": "./dist/deepkit.d.mts",
        "default": "./dist/deepkit.mjs"
      }
    },
    "./package.json": "./package.json",
    "./storage": {
      "require": {
        "types": "./dist/storage/index.d.cts",
        "default": "./dist/storage/index.cjs"
      },
      "import": {
        "types": "./dist/storage/index.d.mts",
        "default": "./dist/storage/index.mjs"
      },
      "default": {
        "types": "./dist/storage/index.d.mts",
        "default": "./dist/storage/index.mjs"
      }
    },
    "./valibot": {
      "require": {
        "types": "./dist/valibot.d.cts",
        "default": "./dist/valibot.cjs"
      },
      "import": {
        "types": "./dist/valibot.d.mts",
        "default": "./dist/valibot.mjs"
      },
      "default": {
        "types": "./dist/valibot.d.mts",
        "default": "./dist/valibot.mjs"
      }
    },
    "./zod": {
      "require": { "types": "./dist/zod.d.cts", "default": "./dist/zod.cjs" },
      "import": { "types": "./dist/zod.d.mts", "default": "./dist/zod.mjs" },
      "default": { "types": "./dist/zod.d.mts", "default": "./dist/zod.mjs" }
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "typings": "dist/index.d.mts",
  "files": ["dist"],
  "dependencies": {
    "@deepkit/core": "^1.0.19",
    "@deepkit/type": "^1.0.19",
    "@deepkit/type-spec": "^1.0.19",
    "@marcj/ts-clone-node": "^2.2.0",
    "@standard-schema/spec": "^1.1.0",
    "@stryke/convert": "^0.7.41",
    "@stryke/date": "^0.0.22",
    "@stryke/fs": "^0.33.112",
    "@stryke/hash": "^0.13.65",
    "@stryke/helpers": "^0.10.50",
    "@stryke/json": "^0.15.34",
    "@stryke/path": "^0.29.37",
    "@stryke/resolve": "^0.0.27",
    "@stryke/string-format": "^0.17.52",
    "@stryke/type-checks": "^0.6.43",
    "@stryke/types": "^0.12.38",
    "@stryke/unique-id": "^0.3.123",
    "@stryke/url": "^0.4.62",
    "@stryke/zod": "^0.3.56",
    "@typescript/vfs": "^1.6.4",
    "@valibot/to-json-schema": "^1.7.1",
    "braces": "^3.0.3",
    "compatfactory": "^4.0.4",
    "defu": "^6.1.7",
    "esbuild": "^0.28.2",
    "fill-range": "^7.1.1",
    "is-number": "^7.0.0",
    "jiti": "^2.7.0",
    "micromatch": "^4.0.8",
    "picomatch": "^4.0.5",
    "to-regex-range": "^5.0.1",
    "typescript": "^6.0.3",
    "unstorage": "^1.17.5",
    "untyped": "^1.5.2"
  },
  "devDependencies": {
    "@deepkit/type-compiler": "1.0.19",
    "@powerlines/plugin-tsdown": "^0.1.612",
    "@types/node": "^25.9.5",
    "powerlines": "^0.47.211",
    "valibot": "^1.4.2",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "valibot": "^1.4.0 || ^1.5.0",
    "zod": "^3.25.0 || ^4.0.0"
  },
  "peerDependenciesMeta": {
    "valibot": { "optional": true },
    "zod": { "optional": true }
  },
  "publishConfig": { "access": "public" },
  "inlinedDependencies": { "@deepkit/type-compiler": "1.0.19" },
  "gitHead": "bc1c485164b94d2ba499632c202f5a1335f6e2ca"
}
