UNPKG

579 BJSONView Raw
1{
2 "name": "@angular/tsc-wrapped",
3 "version": "4.4.6",
4 "description": "Wraps the tsc CLI, allowing extensions.",
5 "homepage": "https://github.com/angular/angular/blob/master/tools/@angular/tsc-wrapped",
6 "bugs": "https://github.com/angular/angular/issues",
7 "contributors": [
8 "Alex Eagle <alexeagle@google.com>",
9 "Chuck Jazdzewski <chuckj@google.com>"
10 ],
11 "license": "MIT",
12 "repository": {"type":"git","url":"https://github.com/angular/angular.git"},
13 "dependencies": {
14 "tsickle": "^0.21.0"
15 },
16 "peerDependencies": {
17 "typescript": "^2.1.5"
18 }
19}