{ "name": "@agentic/json-schema", "version": "0.0.1", "description": "A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.", "keywords": [ "json-schema", "jsonschema", "json", "schema", "cloudflare", "worker", "workers", "service-worker" ], "authors": [ "Jeremy Danyow ", "Travis Fischer " ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/transitive-bullshit/agentic-platform.git", "directory": "packages/json-schema" }, "type": "module", "source": "./src/index.ts", "types": "./src/index.ts", "sideEffects": false, "exports": { ".": "./src/index.ts" }, "scripts": { "test": "run-s test:*", "test:lint": "eslint .", "test:typecheck": "tsc --noEmit", "test:unit": "vitest run" }, "devDependencies": { "json-schema-test-suite": "git+https://github.com/json-schema-org/JSON-Schema-Test-Suite#76b529f" }, "publishConfig": { "access": "public" } }