This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
52 lines (52 loc) · 1.59 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
48
49
50
51
52
{
"name": "build-ng-packagr",
"version": "1.0.0",
"description": "Angular Build Architect for ng-packagr with @angular-devkit/build-angular like asset handling",
"scripts": {
"test": "./scripts/test.sh",
"build": "./scripts/build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linnenschmidt/build-ng-packagr.git"
},
"author": "Linnenschmidt <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/linnenschmidt/build-ng-packagr/issues"
},
"homepage": "https://github.com/linnenschmidt/build-ng-packagr#readme",
"devDependencies": {
"@angular-devkit/architect": "^0.900.1",
"@angular-devkit/build-angular": "^0.900.1",
"@angular-devkit/build-ng-packagr": "^0.900.1",
"@angular/cli": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/compiler-cli": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/language-service": "^9.0.0",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"globby": "^10.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"ng-packagr": "9.0.0-rc.8",
"rxjs": "6.5.3",
"ts-node": "~8.3.0",
"tslib": "^1.10.0",
"tslint": "~5.18.0",
"typescript": "~3.7.5",
"zone.js": "~0.10.2"
},
"engines": {
"node": ">=10.13.0 <13.0.0",
"yarn": ">=1.17.3 <2.0.0"
}
}