@ngx-easy-i18n-js/bootstrap
Version:
Bootstrap for ngx-easy-i18n-js
51 lines • 1.2 kB
JSON
{
"name": "@ngx-easy-i18n-js/bootstrap",
"version": "19.0.1",
"description": "Bootstrap for ngx-easy-i18n-js",
"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": "^19.0.0",
"@angular/common": "^19.0.0",
"@ngx-easy-i18n-js/core": ">=1.0.0",
"rxjs": "^7.8.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"module": "fesm2022/ngx-easy-i18n-js-bootstrap.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-easy-i18n-js-bootstrap.mjs"
}
},
"sideEffects": false
}