UNPKG

@nestjs-mod/files-afat

Version:

Files UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction

101 lines (100 loc) 2.13 kB
{ "name": "@nestjs-mod/files-afat", "description": "Files UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction", "version": "1.1.3", "keywords": [ "feature", "nestjs", "nestjs-mod", "modules", "mod", "files", "angular", "formly", "antd", "transloco", "sdk", "rest" ], "license": "MIT", "author": "EndyKaufman <admin@site15.ru>", "engines": { "node": ">=14", "npm": ">=6" }, "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/nestjs-mod/nestjs-mod-contrib/issues" }, "homepage": "https://github.com/nestjs-mod/nestjs-mod-contrib", "repository": { "type": "git", "url": "git+https://github.com/nestjs-mod/nestjs-mod-contrib.git" }, "maintainers": [ { "name": "EndyKaufman", "email": "admin@site15.ru" } ], "peerDependencies": { "@ngx-formly/core": "*", "@angular/common": "*", "@angular/core": "*", "@angular/forms": "*", "ng-zorro-antd": "*", "rxjs": "*", "@jsverse/transloco-keys-manager": "*", "@jsverse/transloco": "*" }, "peerDependenciesMeta": { "@ngx-formly/core": { "optional": true }, "@angular/common": { "optional": true }, "@angular/core": { "optional": true }, "@angular/forms": { "optional": true }, "ng-zorro-antd": { "optional": true }, "rxjs": { "optional": true }, "@jsverse/transloco-keys-manager": { "optional": true }, "@jsverse/transloco": { "optional": true } }, "sideEffects": false, "i18n": [ { "scope": "files-afat", "path": "src/i18n", "strategy": "join" } ], "module": "fesm2022/nestjs-mod-files-afat.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/nestjs-mod-files-afat.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }