angular-cn/tools/@angular/tsc-wrapped/package.json

20 lines
574 B
JSON
Raw Normal View History

{
"name": "@angular/tsc-wrapped",
"version": "4.0.0-beta.6",
"description": "Wraps the tsc CLI, allowing extensions.",
"homepage": "https://github.com/angular/angular/tree/master/tools/tsc-wrapped",
"bugs": "https://github.com/angular/angular/issues",
"contributors": [
"Alex Eagle <alexeagle@google.com>",
"Chuck Jazdzewski <chuckj@google.com>"
],
"license": "MIT",
"repository": {"type":"git","url":"https://github.com/angular/angular.git"},
"dependencies": {
"tsickle": "^0.2"
},
"peerDependencies": {
"typescript": "^2.0.2"
}
}