35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "@workshack/form-builder",
|
|
"version": "1.0.0",
|
|
"description": "Workshack form builder library with typed FormGroup helpers for Angular applications",
|
|
"author": "Workshack Team",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"keywords": ["angular", "forms", "form-builder", "typed", "formgroup", "workshack", "reactive-forms"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.fufle.net/Tools/FormBuilder.git",
|
|
"directory": "."
|
|
},
|
|
"homepage": "https://git.fufle.net/Tools/FormBuilder",
|
|
"bugs": {
|
|
"url": "https://git.fufle.net/Tools/FormBuilder/issues"
|
|
},
|
|
"main": "bundles/workshack-form-builder.umd.js",
|
|
"module": "fesm2022/workshack-form-builder.mjs",
|
|
"typings": "index.d.ts",
|
|
"peerDependencies": {
|
|
"@angular/common": "^20.1.3",
|
|
"@angular/core": "^20.1.3",
|
|
"@angular/forms": "^20.1.3",
|
|
"@workshack/ui": "^1.0.0",
|
|
"@workshack/input": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|