54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@angular/bazel",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - bazel build rules",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"api-extractor": "./src/api-extractor/index.js",
|
|
"ngc-wrapped": "./src/ngc-wrapped/index.js",
|
|
"packager": "./src/ng_package/packager.js",
|
|
"xi18n": "./src/ngc-wrapped/extract_i18n.js",
|
|
"modify_tsconfig": "./src/modify_tsconfig.js"
|
|
},
|
|
"typings": "./src/ngc-wrapped/index.d.ts",
|
|
"bazelBin": {
|
|
"ngc-wrapped": {
|
|
"additionalAttributes": {
|
|
"configuration_env_vars": "[\"compile\"]"
|
|
}
|
|
}
|
|
},
|
|
"bazelWorkspaces": {
|
|
"npm_angular_bazel": {
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"rootPath": "."
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@angular-devkit/architect": "^0.800.0-beta.15",
|
|
"@angular-devkit/core": "^8.0.0-beta.15",
|
|
"@angular-devkit/schematics": "^8.0.0-beta.15",
|
|
"@microsoft/api-extractor": "^7.3.9",
|
|
"@schematics/angular": "^8.0.0-beta.15",
|
|
"@types/node": "6.0.84",
|
|
"semver": "^5.6.0",
|
|
"shelljs": "0.8.2",
|
|
"tsickle": "^0.35.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
|
"@bazel/typescript": "0.*",
|
|
"typescript": ">=3.4 <3.6"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
},
|
|
"builders": "./src/builders/builders.json",
|
|
"schematics": "./src/schematics/collection.json",
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
}
|
|
}
|