UNPKG

@ngneat/spectator

Version:

A powerful tool to simplify your Angular tests

64 lines (63 loc) 1.86 kB
{ "name": "@ngneat/spectator", "description": "A powerful tool to simplify your Angular tests", "author": "Netanel Basal <netanel7799s@gmail.com>", "version": "19.1.0", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ngneat/spectator.git" }, "bugs": { "url": "https://github.com/ngneat/spectator/issues" }, "homepage": "https://github.com/ngneat/spectator#readme", "keywords": [ "angular unit test", "angular simplified tests", "jasmine", "angular", "angular tests", "angular easy tests", "angular test services", "angular testing dumb components" ], "dependencies": { "@testing-library/dom": "^8.11.0", "jquery": "3.6.4", "replace-in-file": "6.2.0", "tslib": "^2.6.2" }, "peerDependencies": { "@angular/common": ">= 18.0.0", "@angular/router": ">= 18.0.0", "@angular/animations": ">= 18.0.0" }, "schematics": "./schematics/collection.json", "module": "fesm2022/ngneat-spectator.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngneat-spectator.mjs", "esm": "./esm2022/ngneat-spectator.mjs", "default": "./fesm2022/ngneat-spectator.mjs" }, "./internals": { "types": "./internals/index.d.ts", "esm2022": "./esm2022/internals/ngneat-spectator-internals.mjs", "esm": "./esm2022/internals/ngneat-spectator-internals.mjs", "default": "./fesm2022/ngneat-spectator-internals.mjs" }, "./jest": { "types": "./jest/index.d.ts", "esm2022": "./esm2022/jest/ngneat-spectator-jest.mjs", "esm": "./esm2022/jest/ngneat-spectator-jest.mjs", "default": "./fesm2022/ngneat-spectator-jest.mjs" } }, "sideEffects": false }