UNPKG

@apteco/ngth

Version:

ng-bullet successor to help speed up angular testing

52 lines 1.27 kB
{ "name": "@apteco/ngth", "version": "1.5.0", "description": "ng-bullet successor to help speed up angular testing", "keywords": [ "ng", "angular", "unit testing", "testing", "performance", "typescript", "jasmine", "TestBed" ], "license": "MIT", "author": { "name": "Matt Collinge", "email": "matthew.collinge@apteco.com" }, "repository": { "type": "git", "url": "https://github.com/Apteco/ngth.git" }, "homepage": "https://github.com/Apteco/ngth", "peerDependencies": { "@angular/common": "14.0.7", "@angular/core": "14.0.7" }, "module": "fesm2015/apteco-ngth.mjs", "es2020": "fesm2020/apteco-ngth.mjs", "esm2020": "esm2020/apteco-ngth.mjs", "fesm2020": "fesm2020/apteco-ngth.mjs", "fesm2015": "fesm2015/apteco-ngth.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2020": "./esm2020/apteco-ngth.mjs", "es2020": "./fesm2020/apteco-ngth.mjs", "es2015": "./fesm2015/apteco-ngth.mjs", "node": "./fesm2015/apteco-ngth.mjs", "default": "./fesm2020/apteco-ngth.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }