UNPKG

microschema

Version:

Helper library to create JSON Schemas in a concise way.

51 lines (50 loc) 1.04 kB
{ "name": "microschema", "version": "1.6.0", "description": "Helper library to create JSON Schemas in a concise way.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/livingdocsIO/microschema" }, "scripts": { "test": "ava test.js && eslint .", "test:ci": "ava test.js" }, "files": [ "index.js" ], "keywords": [ "JSON Schema", "json-schema", "json", "schema", "validation" ], "license": "MIT", "devDependencies": { "ava": "^0.25.0", "eslint": "^4.19.1" }, "engines": { "node": ">=8.9.0", "npm": ">=5.2.0" }, "ava": { "failWithoutAssertions": false }, "release": { "extends": "@livingdocs/semantic-release-presets/npm-github" }, "ci": { "isCi": true, "name": "Drone", "service": "drone", "commit": "ece9bd234fa0f6e0297c09c97c0fcf10667ba6c0", "build": "27", "branch": "master", "isPr": false, "slug": "livingdocsIO/microschema", "date": "2022-11-28T18:53:00.276Z" } }