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": {
|
2019-11-22 12:11:48 -08:00
|
|
|
"configuration_env_vars": "[\"angular_ivy_enabled\"]"
|
2019-04-03 16:59:20 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
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-08-19 11:55:34 +02:00
|
|
|
"@microsoft/api-extractor": "^7.3.9",
|
2018-10-18 09:58:38 -07:00
|
|
|
"shelljs": "0.8.2",
|
2020-01-08 12:11:22 +00:00
|
|
|
"tsickle": "^0.38.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",
|
2020-01-02 19:05:47 -08:00
|
|
|
"@bazel/typescript": ">=1.0.0",
|
2019-11-18 10:06:12 +01:00
|
|
|
"terser": "^4.3.1",
|
2020-03-11 12:26:47 +01:00
|
|
|
"typescript": ">=3.6 <3.9",
|
2019-10-29 14:21:30 -07:00
|
|
|
"rollup": ">=1.20.0",
|
|
|
|
"rollup-plugin-commonjs": ">=9.0.0",
|
|
|
|
"rollup-plugin-node-resolve": ">=4.2.0",
|
|
|
|
"rollup-plugin-sourcemaps": ">=0.4.0"
|
2017-08-16 09:02:20 -07:00
|
|
|
},
|
2019-11-18 10:06:12 +01:00
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"terser": {
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
},
|
2017-08-16 09:02:20 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-12-07 12:12:59 +01:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
"directory": "packages/bazel"
|
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",
|
2019-12-02 14:35:37 +01:00
|
|
|
"ng-add": {
|
|
|
|
"save": "devDependencies"
|
|
|
|
},
|
2018-03-13 11:00:53 -07:00
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2019-11-11 14:18:13 -08:00
|
|
|
},
|
|
|
|
"publishConfig":{
|
|
|
|
"registry":"https://wombat-dressing-room.appspot.com"
|
2017-08-16 09:02:20 -07:00
|
|
|
}
|
2019-11-11 14:18:13 -08:00
|
|
|
}
|