2017-08-16 09:02:20 -07:00
|
|
|
{
|
|
|
|
"name": "@angular/bazel",
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
|
|
"description": "Angular - bazel build rules",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2018-10-16 13:20:00 -07:00
|
|
|
"bin": {
|
2019-03-09 13:24:20 +01:00
|
|
|
"api-extractor": "./src/api-extractor/index.js",
|
2018-10-16 13:20:00 -07:00
|
|
|
"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",
|
2019-04-03 16:59:20 -07:00
|
|
|
"bazelBin": {
|
|
|
|
"ngc-wrapped": {
|
|
|
|
"additionalAttributes": {
|
|
|
|
"configuration_env_vars": "[\"compile\"]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2019-02-19 16:15:06 -08:00
|
|
|
"bazelWorkspaces": {
|
|
|
|
"npm_angular_bazel": {
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
|
|
"rootPath": "."
|
|
|
|
}
|
|
|
|
},
|
2018-02-13 11:26:06 -08:00
|
|
|
"dependencies": {
|
2019-04-17 17:13:07 -07:00
|
|
|
"@angular-devkit/architect": "^0.800.0-beta.15",
|
|
|
|
"@angular-devkit/core": "^8.0.0-beta.15",
|
|
|
|
"@angular-devkit/schematics": "^8.0.0-beta.15",
|
2019-03-01 08:09:46 +01:00
|
|
|
"@microsoft/api-extractor": "^7.0.21",
|
2019-04-17 17:13:07 -07:00
|
|
|
"@schematics/angular": "^8.0.0-beta.15",
|
2018-02-13 11:26:06 -08:00
|
|
|
"@types/node": "6.0.84",
|
2018-12-06 15:46:36 -08:00
|
|
|
"semver": "^5.6.0",
|
2018-10-18 09:58:38 -07:00
|
|
|
"shelljs": "0.8.2",
|
2019-04-26 12:10:17 -07:00
|
|
|
"tsickle": "^0.35.0"
|
2018-02-13 11:26:06 -08:00
|
|
|
},
|
2017-08-16 09:02:20 -07:00
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
2019-04-26 12:10:17 -07:00
|
|
|
"@bazel/typescript": "0.*",
|
2019-03-18 14:44:56 +00:00
|
|
|
"typescript": ">=3.4 <3.5"
|
2017-08-16 09:02:20 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2018-03-13 11:00:53 -07:00
|
|
|
},
|
2018-11-16 11:36:17 -08:00
|
|
|
"builders": "./src/builders/builders.json",
|
2018-09-14 15:03:29 +01:00
|
|
|
"schematics": "./src/schematics/collection.json",
|
2018-03-13 11:00:53 -07:00
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2017-08-16 09:02:20 -07:00
|
|
|
}
|
2019-03-04 16:18:15 -08:00
|
|
|
}
|