angular-cn/packages/bazel/package.json

23 lines
533 B
JSON
Raw Normal View History

{
"name": "@angular/bazel",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - bazel build rules",
"author": "angular",
"license": "MIT",
"dependencies": {
"@bazel/typescript": "^0.11.1",
"@types/node": "6.0.84",
"@types/shelljs": "0.7.7",
"shelljs": "0.7.8",
"protobufjs": "5.0.0"
},
"peerDependencies": {
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
"typescript": ">=2.7.2 <2.8"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
}