gen-json-schemas
Version:
A Javascript package to generate JSON schemas dynamically
33 lines (32 loc) • 765 B
JSON
{
"name": "gen-json-schemas",
"version": "1.0.4",
"description": "A Javascript package to generate JSON schemas dynamically",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anmol-fzr/gen-JSON-schemas.git#main"
},
"keywords": [
"json-schema-generator",
"npm",
"schema",
"seo",
"json"
],
"author": "Anmol",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/anmol-fzr/gen-JSON-schemas/issues"
},
"homepage": "https://github.com/anmol-fzr/gen-JSON-schemas/tree/main#readme",
"devDependencies": {
"typescript": "^5.1.3"
},
"dependencies": {
"change-case": "^4.1.2"
}
}