-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.66 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"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"
},
"scripts": {
"prepublishOnly": "npm i rimraf && npm run pkg && npm run clean",
"pkg": "npm pkg delete dependencies",
"clean": "./node_modules/rimraf/dist/esm/bin.mjs ./node_modules && npm pkg delete scripts"
},
"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"
}