UNPKG

@testing-library/angular

Version:
62 lines (61 loc) 1.59 kB
{ "name": "@testing-library/angular", "version": "17.4.0", "description": "Test your Angular components with the dom-testing-library", "repository": { "type": "git", "url": "git+https://github.com/testing-library/angular-testing-library.git" }, "keywords": [ "angular", "ngx", "ng", "typescript", "angular2", "test", "dom-testing-library" ], "author": "Tim Deschryver", "license": "MIT", "bugs": { "url": "https://github.com/testing-library/angular-testing-library/issues" }, "homepage": "https://github.com/testing-library/angular-testing-library#readme", "schematics": "./schematics/collection.json", "ng-add": { "save": "devDependencies" }, "ng-update": { "migrations": "./schematics/migrations/migrations.json" }, "peerDependencies": { "@angular/animations": ">= 17.0.0", "@angular/common": ">= 17.0.0", "@angular/platform-browser": ">= 17.0.0", "@angular/router": ">= 17.0.0", "@angular/core": ">= 17.0.0", "@testing-library/dom": "^10.0.0" }, "dependencies": { "tslib": "^2.3.1" }, "publishConfig": { "access": "public" }, "module": "fesm2022/testing-library-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/testing-library-angular.mjs" }, "./jest-utils": { "types": "./jest-utils/index.d.ts", "default": "./fesm2022/testing-library-angular-jest-utils.mjs" } }, "sideEffects": false }