json-schema-form-render
Version:
A powerful and flexible form builder based on JSON Schema
40 lines (39 loc) • 950 B
JSON
{
"name": "json-schema-form-render",
"version": "1.0.3",
"description": "A powerful and flexible form builder based on JSON Schema",
"type": "module",
"main": "dist/form-builder.js",
"module": "dist/form-builder.js",
"types": "dist/form-builder.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EduardLupu/json-schema-form-render.git"
},
"keywords": [
"web-components",
"form-builder",
"json-schema",
"form",
"render",
"json-to-form",
"validation",
"custom-elements"
],
"author": "Eduard Lupu",
"license": "MIT",
"bugs": {
"url": "https://github.com/EduardLupu/json-schema-form-render/issues"
},
"homepage": "https://github.com/EduardLupu/json-schema-form-render#readme",
"devDependencies": {
"typescript": "^5.0.0"
}
}