UNPKG

systelab-translate

Version:

The internationalization (i18n) library for Systelab

43 lines 1.04 kB
{ "name": "systelab-translate", "version": "20.1.2", "license": "MIT", "description": "The internationalization (i18n) library for Systelab", "keywords": [ "Angular", "Systelab", "Translate", "i18n" ], "homepage": "https://github.com/systelab/systelab-translate.git", "repository": { "type": "git", "url": "https://github.com/systelab/systelab-translate.git" }, "bugs": { "url": "https://github.com/systelab/systelab-translate/issues" }, "private": false, "peerDependencies": { "@angular/common": "^20.0.0", "@angular/core": "^20.0.0", "@ngx-translate/core": "17.0.0", "@ngx-translate/http-loader": "17.0.0", "date-fns": "4.1.0" }, "module": "fesm2022/systelab-translate.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/systelab-translate.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }