angular-cn/packages/bazel/package.json

18 lines
413 B
JSON
Raw Normal View History

{
"name": "@angular/bazel",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - bazel build rules",
"author": "angular",
"license": "MIT",
"peerDependencies": {
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
"typescript": "^2.4.2"
},
"dependencies": {
"@bazel/typescript": "0.1.x"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
}