Motivation: `yarn outdated`, for exmaple, shows the homepage URL on the command line. If copy-pasting or clicking on the URL, it's nice to see the repo's page instead of a 404.
20 lines
579 B
JSON
20 lines
579 B
JSON
{
|
|
"name": "@angular/tsc-wrapped",
|
|
"version": "4.2.0",
|
|
"description": "Wraps the tsc CLI, allowing extensions.",
|
|
"homepage": "https://github.com/angular/angular/blob/master/tools/@angular/tsc-wrapped",
|
|
"bugs": "https://github.com/angular/angular/issues",
|
|
"contributors": [
|
|
"Alex Eagle <[email protected]>",
|
|
"Chuck Jazdzewski <[email protected]>"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {"type":"git","url":"https://github.com/angular/angular.git"},
|
|
"dependencies": {
|
|
"tsickle": "^0.21.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^2.1.5"
|
|
}
|
|
}
|