microschema
Version:
Helper library to create JSON Schemas in a concise way.
53 lines (52 loc) • 1.21 kB
JSON
{
"name": "microschema",
"version": "1.7.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": "node --test test.js && eslint .",
"test:ci": "node --test test.js"
},
"files": [
"index.js"
],
"keywords": [
"JSON Schema",
"json-schema",
"json",
"schema",
"validation"
],
"license": "MIT",
"devDependencies": {
"eslint": "^9.0.0"
},
"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": "debffe36631311ab2601f544d269cd60afb8e237",
"build": "136",
"buildUrl": "https://drone.livingdocs.io/livingdocsIO/microschema/136",
"branch": "master",
"jobUrl": "https://drone.livingdocs.io/livingdocsIO/microschema/136",
"isPr": false,
"slug": "livingdocsIO/microschema",
"root": "/drone/src",
"date": "2025-05-16T07:27:21.184Z"
}
}