@ngx-easy-i18n-js/core
Version:
The easy internationalization (i18n) library for Angular
51 lines • 1.19 kB
JSON
{
"name": "@ngx-easy-i18n-js/core",
"version": "20.0.0",
"description": "The easy internationalization (i18n) library for Angular",
"repository": {
"type": "git",
"url": "git+https://github.com/gabrie-allaigre/ngx-easy-i18n-js.git"
},
"keywords": [
"easy",
"i18n",
"javascript",
"browser",
"translate",
"translator",
"localization",
"easy-i18n-js",
"angular",
"ngx-easy-i18n-js"
],
"author": "Gabriel Allaigre",
"license": "Apache-2",
"bugs": {
"url": "https://github.com/gabrie-allaigre/ngx-easy-i18n-js/issues"
},
"homepage": "https://github.com/gabrie-allaigre/ngx-easy-i18n-js#readme",
"peerDependencies": {
"@angular/cdk": "^20.0.0",
"easy-i18n-js": "^1.0.6",
"rxjs": "^7.8.0"
},
"dependencies": {
"lodash": "^4.17.21",
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"module": "fesm2022/ngx-easy-i18n-js-core.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-easy-i18n-js-core.mjs"
}
},
"sideEffects": false
}