{
  "name": "@toolsycc/json-schema-gen",
  "version": "0.1.2",
  "description": "Generate lightweight JSON Schema objects compatible with OpenAI Function Calling and JSON Mode.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest",
    "dev": "vitest watch",
    "release": "npm publish --access public",
    "release:dry-run": "npm publish --access public --dry-run"
  },
  "files": [
    "dist/index.js",
    "dist/index.d.ts",
    "README.md"
  ],
  "keywords": [
    "ai",
    "ai-output-validation",
    "builder",
    "chatgpt",
    "claude",
    "data-schema",
    "function-calling",
    "gemini",
    "generation",
    "gpt",
    "json",
    "json-checker",
    "json-schema",
    "json-schema-generator",
    "json-schema-validator",
    "llama",
    "llm",
    "mistral",
    "openai",
    "openai-json",
    "schema",
    "schema-from-json",
    "structured-output",
    "tooling",
    "toolsy",
    "typescript",
    "validate",
    "validation",
    "xai"
  ],
  "author": "Sebastien Carriot <sebastien@digiteld.com>",
  "license": "MIT",
  "devDependencies": {
    "vitest": "^3.1.1",
    "typescript": "^5.0.0",
    "@types/node": "^18.0.0"
  }
}