systelab-translate
Version:
The internationalization (i18n) library for Systelab
43 lines • 1.04 kB
JSON
{
"name": "systelab-translate",
"version": "20.0.0",
"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": "^16.0.0",
"@ngx-translate/http-loader": "^16.0.0",
"date-fns": "^2.30.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"
}
}