{
  "_from": "@sinclair/typebox@^0.27.8",
  "_id": "@sinclair/typebox@0.27.8",
  "_inBundle": false,
  "_integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==",
  "_location": "/@sinclair/typebox",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@sinclair/typebox@^0.27.8",
    "name": "@sinclair/typebox",
    "escapedName": "@sinclair%2ftypebox",
    "scope": "@sinclair",
    "rawSpec": "^0.27.8",
    "saveSpec": null,
    "fetchSpec": "^0.27.8"
  },
  "_requiredBy": [
    "/@jest/schemas"
  ],
  "_resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",
  "_shasum": "6667fac16c436b5434a387a34dedb013198f6e6e",
  "_spec": "@sinclair/typebox@^0.27.8",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@jest\\schemas",
  "author": {
    "name": "sinclairzx81"
  },
  "bugs": {
    "url": "https://github.com/sinclairzx81/typebox/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JSONSchema Type Builder with Static Type Resolution for TypeScript",
  "devDependencies": {
    "@sinclair/hammer": "^0.17.1",
    "@types/chai": "^4.3.3",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.11.9",
    "ajv": "^8.12.0",
    "ajv-formats": "^2.1.1",
    "chai": "^4.3.6",
    "mocha": "^9.2.2",
    "prettier": "^2.7.1",
    "typescript": "^5.0.2"
  },
  "exports": {
    "./compiler": "./compiler/index.js",
    "./errors": "./errors/index.js",
    "./system": "./system/index.js",
    "./value": "./value/index.js",
    ".": "./typebox.js"
  },
  "homepage": "https://github.com/sinclairzx81/typebox#readme",
  "keywords": [
    "typescript",
    "json-schema",
    "validate",
    "typecheck"
  ],
  "license": "MIT",
  "main": "./typebox.js",
  "name": "@sinclair/typebox",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sinclairzx81/typebox.git"
  },
  "scripts": {
    "benchmark": "hammer task benchmark",
    "build": "hammer task build",
    "clean": "hammer task clean",
    "format": "hammer task format",
    "publish": "hammer task publish",
    "start": "hammer task start",
    "test": "hammer task test"
  },
  "types": "./typebox.d.ts",
  "version": "0.27.8"
}
