kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
				
				
				
			
		
			
				
	
	
		
			45 wiersze
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			45 wiersze
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
| {
 | |
|   "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 <jdanyow@gmail.com>",
 | |
|     "Travis Fischer <travis@transitivebullsh.it>"
 | |
|   ],
 | |
|   "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"
 | |
|   }
 | |
| }
 |