-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.53 KB
/
package.json
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
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ng-vacuum",
"version": "0.3.1",
"description": "angular testing in a vacuum",
"main": "dist/index.js",
"repository": "https://github.com/hmil/ng-vacuum.git",
"author": "Hadrien Milano <hmil.fr>",
"license": "MIT",
"scripts": {
"build:doc": "api-extractor run --local && api-documenter markdown -i build -o build/docs/api && node scripts/process-docs.js",
"build": "ng-packagr -p package.json",
"release": "./scripts/release.sh"
},
"devDependencies": {
"@angular/animations": "9.1.0",
"@angular/common": "9.1.0",
"@angular/compiler": "9.1.0",
"@angular/compiler-cli": "9.1.0",
"@angular/core": "9.1.0",
"@angular/forms": "9.1.0",
"@angular/platform-browser": "9.1.0",
"@microsoft/api-documenter": "^7.12.6",
"@microsoft/api-extractor": "^7.13.0",
"@types/jasmine": "~3.5.0",
"@types/node": "^13.11.0",
"ng-packagr": "9.1.0",
"omnimock": "1.0.0-rc.1",
"rollup": "1.20.0",
"rxjs": "^6.5.5",
"shallow-render": "9.0.0",
"tslib": "^1.11.1",
"typescript": "^3.8.3",
"zone.js": "^0.10.3"
},
"peerDependencies": {
"@angular/core": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"omnimock": "^0.8.0 || ^1.0.0",
"shallow-render": ">=8.0.0"
},
"ngPackage": {
"lib": {
"entryFile": "src/public_api.ts"
}
}
}