sinsunsan-ng-bullet-workspace
Version:
Angular library which drastically improves execution time of your component's unit tests. This fork fix a problem in the original ng-bullet #48. Error messages in the test execution
48 lines • 1.54 kB
JSON
{
"name": "sinsunsan-ng-bullet-workspace",
"version": "1.0.4",
"license": "MIT",
"author": {
"name": "nikitai",
"email": "nikita.yakovenko@gmail.com"
},
"description": "Angular library which drastically improves execution time of your component's unit tests. This fork fix a problem in the original ng-bullet #48. Error messages in the test execution",
"keywords": [
"ng",
"angular",
"unit testing",
"testing",
"performance",
"typescript",
"jasmine",
"TestBed"
],
"peerDependencies": {
"@angular/common": ">=5.0.0",
"@angular/core": ">=5.0.0",
"jasmine-core": ">=2.5.0"
},
"module": "fesm2015/sinsunsan-ng-bullet-workspace.mjs",
"es2020": "fesm2020/sinsunsan-ng-bullet-workspace.mjs",
"esm2020": "esm2020/sinsunsan-ng-bullet-workspace.mjs",
"fesm2020": "fesm2020/sinsunsan-ng-bullet-workspace.mjs",
"fesm2015": "fesm2015/sinsunsan-ng-bullet-workspace.mjs",
"typings": "sinsunsan-ng-bullet-workspace.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./sinsunsan-ng-bullet-workspace.d.ts",
"esm2020": "./esm2020/sinsunsan-ng-bullet-workspace.mjs",
"es2020": "./fesm2020/sinsunsan-ng-bullet-workspace.mjs",
"es2015": "./fesm2015/sinsunsan-ng-bullet-workspace.mjs",
"node": "./fesm2015/sinsunsan-ng-bullet-workspace.mjs",
"default": "./fesm2020/sinsunsan-ng-bullet-workspace.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}