ngx-testing-tools
Version:
Makes Angular testing easier
63 lines • 1.46 kB
JSON
{
"name": "ngx-testing-tools",
"version": "3.0.2",
"description": "Makes Angular testing easier",
"license": "MIT",
"author": {
"name": "Rémy Abitbol",
"url": "https://github.com/remscodes"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/remscodes/ngx-testing-tools"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || ^22.0.0"
},
"peerDependencies": {
"@angular/common": "~15.2.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "~15.2.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/platform-browser": "~15.2.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/router": "~15.2.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"keywords": [
"angular",
"test",
"testing",
"tools",
"mock",
"component",
"directive",
"service",
"interceptor",
"guard",
"router",
"testbed",
"pipe",
"provider",
"jasmine",
"fixture",
"ngx"
],
"sideEffects": false,
"module": "fesm2022/ngx-testing-tools.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-testing-tools.mjs",
"esm": "./esm2022/ngx-testing-tools.mjs",
"default": "./fesm2022/ngx-testing-tools.mjs"
}
}
}