@angular-package/testing
Version:
Jasmine unit testing wrapper with additional custom testing features.
74 lines • 1.88 kB
JSON
{
"name": "@angular-package/testing",
"version": "3.0.0-alpha.3",
"author": "Angular Package <angular-package@wvvw.dev> (https://angular-package.dev)",
"homepage": "https://docs.angular-package.dev",
"description": "Jasmine unit testing wrapper with additional custom testing features.",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"funding": [
{
"type": "individual",
"url": "https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29"
},
{
"type": "github",
"url": "https://github.com/sponsors/angular-package"
},
{
"type": "individual",
"url": "https://docs.angular-package.dev/donate/cryptocurrency"
},
{
"type": "patreon",
"url": "https://www.patreon.com/angularpackage"
}
],
"peerDependencies": {
"@angular-package/type": "^5.0.0-rc.0"
},
"keywords": [
"@angular",
"@angular-package",
"@angular-package/testing",
"angular-package",
"constants for testing",
"describe",
"expect",
"it",
"jasmine",
"karma",
"spec",
"suite",
"support for testing",
"testing instanceof",
"testing typeof",
"toBe",
"toEqual",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/angular-package/testing.git"
},
"bugs": {
"url": "https://github.com/angular-package/testing/issues"
},
"license": "MIT",
"module": "fesm2022/angular-package-testing.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/angular-package-testing.mjs",
"esm": "./esm2022/angular-package-testing.mjs",
"default": "./fesm2022/angular-package-testing.mjs"
}
},
"sideEffects": false
}