{
  "name": "envow",
  "version": "0.1.1",
  "description": "A vow-driven env validation library",
  "keywords": [
    "envow",
    "env",
    "ts",
    "typescript",
    "js",
    "javascript"
  ],
  "homepage": "https://github.com/alpheusday/envow",
  "bugs": "https://github.com/alpheusday/envow/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/alpheusday/envow.git",
    "directory": "package"
  },
  "license": "MIT",
  "author": {
    "name": "Alpheus",
    "email": "contact@alphe.us"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./presets/*": {
      "types": "./dist/presets/*.d.ts",
      "import": "./dist/presets/*.mjs",
      "require": "./dist/presets/*.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@standard-schema/spec": "^1.1.0",
    "ts-vista": "~0.2.3"
  },
  "devDependencies": {
    "arktype": "2.2.0",
    "valibot": "1.4.0",
    "zod": "4.4.0"
  },
  "peerDependencies": {
    "arktype": "^2.2.0",
    "valibot": "^1.4.0",
    "zod": "^4.4.0"
  },
  "peerDependenciesMeta": {
    "arktype": {
      "optional": true
    },
    "valibot": {
      "optional": true
    },
    "zod": {
      "optional": true
    }
  }
}