UNPKG

@elrayes/dynamic-form-builder

Version:

A flexible and customizable dynamic form builder with theming support

47 lines (46 loc) 987 B
{ "name": "@elrayes/dynamic-form-builder", "version": "1.0.5", "description": "A flexible and customizable dynamic form builder with theming support", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "scripts": { "build": "tsc", "test": "bash tests/test.sh", "prepublishOnly": "npm run build" }, "keywords": [ "form", "dynamic", "builder", "bootstrap", "tailwind", "theming" ], "author": { "name": "Ahmed Elrayes", "email": "ahmedwaill63@gmail.com" }, "license": "MIT", "dependencies": { "@types/select2": "^4.0.63", "jquery": ">=3.0.0" }, "devDependencies": { "@types/jquery": "^3.5.32", "typescript": "^5.0.0" }, "files": [ "dist", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/Ahmed-Elrayes/dynamic-form-builder.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }