{
  "name": "@lunora/values",
  "version": "0.0.0",
  "description": "Validators for Lunora: the v.* validator suite with end-to-end return-type inference",
  "license": "FSL-1.1-Apache-2.0",
  "homepage": "https://lunora.sh",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anolilab/lunora.git",
    "directory": "packages/values"
  },
  "bugs": {
    "url": "https://github.com/anolilab/lunora/issues"
  },
  "keywords": [
    "lunora",
    "cloudflare",
    "workers",
    "durable-objects",
    "validation",
    "schema",
    "type-inference",
    "standard-schema"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md"
  ]
}