ngx-translate-testing
Version:
A library of utilities for testing with the ngx-translate i18n Angular library
46 lines • 1.23 kB
JSON
{
"name": "ngx-translate-testing",
"description": "A library of utilities for testing with the ngx-translate i18n Angular library",
"version": "7.0.0",
"author": {
"name": "Michael Wooten"
},
"license": "MIT",
"homepage": "https://github.com/mwootendev/ngx-translate-plugins",
"repository": "https:/github.com/mwootendev/ngx-translate-plugins.git",
"bugs": {
"url": "https://github.com/mwootendev/ngx-translate-plugins/issues"
},
"keywords": [
"angular",
"translate",
"translations",
"i18n",
"ngx-translate",
"testing",
"test"
],
"peerDependencies": {
"@angular/common": "^16.0.0-rc.0 || >=16.0.0",
"@angular/core": "^16.0.0-rc.0 || >=16.0.0",
"@ngx-translate/core": ">=15.0.0",
"rxjs": ">=7.4.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"module": "fesm2022/ngx-translate-testing.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-translate-testing.mjs",
"esm": "./esm2022/ngx-translate-testing.mjs",
"default": "./fesm2022/ngx-translate-testing.mjs"
}
},
"sideEffects": false
}