UNPKG

easy-schema-validator

Version:
53 lines (52 loc) 1.07 kB
{ "name": "easy-schema-validator", "description": "Easily validate JSON Schema.", "version": "2.0.2", "author": { "name": "Andrew Rothman", "url": "https://andrewrothman.com" }, "repository": { "type": "git", "url": "https://github.com/andrewrothman/easy-schema-validator.git" }, "homepage": "https://github.com/andrewrothman/easy-schema-validator", "keywords": [ "easy", "simple", "json", "schema", "jsonschema", "json schema", "json-schema", "json_schema", "ajv", "is-valid", "validate", "validator" ], "files": [ "build/", "README", "LICENSE" ], "license": "MIT", "main": "./build/index.js", "type": "./build/index.d.ts", "scripts": { "build": "npx tsc", "test": "npx jest" }, "dependencies": { "ajv": "^6.12.0", "cross-fetch": "^3.0.4", "typescript": "^3.6.4" }, "devDependencies": { "@types/ajv": "^1.0.0", "@types/clone": "^0.1.30", "@types/jest": "^24.0.12", "jest": "^24.7.1", "ts-jest": "^24.0.2" } }