@doubter/json-schema
Version:
Converts Doubter shapes from and to JSON schemas.
35 lines (34 loc) • 865 B
JSON
{
"name": "@doubter/json-schema",
"version": "0.0.5",
"description": "Converts Doubter shapes from and to JSON schemas.",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js"
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smikhalevski/doubter-json-schema.git"
},
"keywords": [
"doubter",
"json-schema"
],
"author": "Savva Mikhalevski <smikhalevski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/smikhalevski/doubter-json-schema/issues"
},
"homepage": "https://github.com/smikhalevski/doubter-json-schema#readme",
"peerDependencies": {
"doubter": "^5.0.0"
}
}