{
  "name": "@stephansama/typed-env",
  "version": "0.0.9",
  "description": "standard schema compatible environment validator",
  "keywords": [
    "typed-env",
    "tanstack-intent"
  ],
  "homepage": "https://packages.stephansama.info/api/@stephansama/typed-env",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephansama/packages.git",
    "directory": "core/typed-env"
  },
  "license": "MIT",
  "author": {
    "name": "Stephan Randle",
    "email": "stephanrandle.dev@gmail.com",
    "url": "https://stephansama.info"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "skills"
  ],
  "dependencies": {
    "@standard-schema/spec": "1.1.0"
  },
  "devDependencies": {
    "@dotenvx/dotenvx": "1.52.0",
    "@tanstack/intent": "0.0.41",
    "tsdown": "0.21.10",
    "tsx": "4.21.0",
    "zod": "4.2.1"
  },
  "peerDependencies": {
    "@dotenvx/dotenvx": "1.52.0",
    "zod": "4.2.1"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "eslint ./ --pass-on-no-patterns --no-error-on-unmatched-pattern",
    "lint:fix": "eslint ./ --pass-on-no-patterns --no-error-on-unmatched-pattern --fix"
  }
}