UNPKG

ngx-formly-helpers

Version:
44 lines (43 loc) 1.2 kB
{ "name": "ngx-formly-helpers", "version": "0.9.7", "description": "A set of helper functions for ngx-formly", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "types": "lib/esm/index.d.ts", "files": [ "lib/" ], "scripts": { "build": "tsc --build tsconfig.json && tsc --build tsconfig.cjs.json", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/rainerhahnekamp/ngx-formly-helpers.git" }, "keywords": [ "ngx-formly", "angular" ], "author": "Rainer Hahnekamp <rainer.hahnekamp@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/rainerhahnekamp/ngx-formly-helpers/issues" }, "homepage": "https://github.com/rainerhahnekamp/ngx-formly-helpers#readme", "devDependencies": { "@angular/common": "^7.0.0", "@angular/core": "^7.0.0", "@angular/forms": "^7.0.0", "@angular/platform-browser": "^7.0.0", "@ngx-formly/core": "^5.0.0", "prettier": "^1.18.2", "rxjs": "^6.3.0", "typescript": "^3.6.4", "zone.js": "^0.8.26" }, "peerDependencies": { "@ngx-formly/core": "^5.0.0" } }