2016-04-22 17:10:57 -04:00
|
|
|
{
|
2016-05-24 13:53:48 -04:00
|
|
|
"name": "@angular/tsc-wrapped",
|
2017-07-16 13:47:46 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-05-24 13:53:48 -04:00
|
|
|
"description": "Wraps the tsc CLI, allowing extensions.",
|
2017-07-16 13:47:46 -04:00
|
|
|
"homepage": "https://github.com/angular/angular/blob/master/packages/tsc-wrapped",
|
2016-04-22 17:10:57 -04:00
|
|
|
"bugs": "https://github.com/angular/angular/issues",
|
|
|
|
"contributors": [
|
2016-05-24 13:53:48 -04:00
|
|
|
"Alex Eagle <alexeagle@google.com>",
|
2016-04-22 17:10:57 -04:00
|
|
|
"Chuck Jazdzewski <chuckj@google.com>"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {"type":"git","url":"https://github.com/angular/angular.git"},
|
2016-05-24 13:53:48 -04:00
|
|
|
"dependencies": {
|
2017-09-08 21:40:32 -04:00
|
|
|
"tsickle": "^0.24.0"
|
2016-05-24 13:53:48 -04:00
|
|
|
},
|
2016-04-22 17:10:57 -04:00
|
|
|
"peerDependencies": {
|
2017-09-08 21:40:32 -04:00
|
|
|
"typescript": "^2.4.2"
|
2016-04-22 17:10:57 -04:00
|
|
|
}
|
|
|
|
}
|