{
  "_from": "@valibot/to-json-schema@^1.7.0",
  "_id": "@valibot/to-json-schema@1.7.0",
  "_inBundle": false,
  "_integrity": "sha512-Y3pPVibbIOHzohrlxSINvO7w/bvXkoYS3BQHoImV9ynE+bXKf171bdMucPurV2zp7gdmt0L1HCcNAsbo7cFRQw==",
  "_location": "/@valibot/to-json-schema",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@valibot/to-json-schema@^1.7.0",
    "name": "@valibot/to-json-schema",
    "escapedName": "@valibot%2fto-json-schema",
    "scope": "@valibot",
    "rawSpec": "^1.7.0",
    "saveSpec": null,
    "fetchSpec": "^1.7.0"
  },
  "_requiredBy": [
    "/devframe"
  ],
  "_resolved": "https://registry.npmjs.org/@valibot/to-json-schema/-/to-json-schema-1.7.0.tgz",
  "_shasum": "a0519849f78d180939befac82a218745b55a913a",
  "_spec": "@valibot/to-json-schema@^1.7.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/devframe",
  "author": {
    "name": "Fabian Hiller"
  },
  "bugs": {
    "url": "https://github.com/open-circle/valibot/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Guillaume Cornut"
    }
  ],
  "deprecated": false,
  "description": "The official JSON schema converter for Valibot",
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@types/node": "^24.10.1",
    "@vitest/coverage-v8": "^4.0.13",
    "eslint": "^9.39.1",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsdoc": "^61.4.0",
    "eslint-plugin-security": "^3.0.1",
    "globals": "^16.5.0",
    "tsdown": "^0.16.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.47.0",
    "valibot": "^1.4.0",
    "vite": "^7.2.4",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "4.0.13"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://valibot.dev",
  "keywords": [
    "valibot",
    "schema",
    "converter",
    "json-schema"
  ],
  "license": "MIT",
  "main": "./dist/index.mjs",
  "name": "@valibot/to-json-schema",
  "peerDependencies": {
    "valibot": "^1.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/open-circle/valibot.git"
  },
  "scripts": {
    "build": "tsdown",
    "coverage": "vitest run --coverage --isolate",
    "format": "prettier --write ./src",
    "format.check": "prettier --check ./src",
    "lint": "eslint \"src/**/*.ts*\" && tsc --noEmit && deno check ./src/index.ts",
    "lint.fix": "eslint \"src/**/*.ts*\" --fix",
    "test": "vitest --typecheck"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "1.7.0"
}
