{
  "name": "@sinclair/typemap",
  "version": "0.10.1",
  "description": "Syntax Compiler and Translation System for Runtime Types",
  "author": "sinclairzx81",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sinclairzx81/typemap"
  },
  "peerDependencies": {
    "@sinclair/typebox": "^0.34.30",
    "valibot": "^1.0.0",
    "zod": "^3.24.1"
  },
  "scripts": {
    "test": "echo test"
  },
  "types": "./build/cjs/index.d.ts",
  "main": "./build/cjs/index.js",
  "module": "./build/esm/index.mjs",
  "esm.sh": {
    "bundle": false
  },
  "exports": {
    ".": {
      "require": {
        "types": "./build/cjs/index.d.ts",
        "default": "./build/cjs/index.js"
      },
      "import": {
        "types": "./build/esm/index.d.mts",
        "default": "./build/esm/index.mjs"
      }
    }
  }
}