2017-08-16 12:02:20 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/bazel",
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
|
|
"description": "Angular - bazel build rules",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2018-10-16 16:20:00 -04:00
|
|
|
"bin": {
|
|
|
|
"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",
|
2018-02-13 14:26:06 -05:00
|
|
|
"dependencies": {
|
2018-11-16 14:36:17 -05:00
|
|
|
"@angular-devkit/architect": "^0.10.6",
|
2018-09-14 10:03:29 -04:00
|
|
|
"@angular-devkit/core": "^7.0.4",
|
|
|
|
"@angular-devkit/schematics": "^7.0.4",
|
2018-11-16 11:11:46 -05:00
|
|
|
"@bazel/typescript": "^0.21.0",
|
2018-09-14 10:03:29 -04:00
|
|
|
"@schematics/angular": "^7.0.4",
|
2018-02-13 14:26:06 -05:00
|
|
|
"@types/node": "6.0.84",
|
2018-10-18 12:58:38 -04:00
|
|
|
"shelljs": "0.8.2",
|
|
|
|
"tsickle": "0.32.1"
|
2018-02-13 14:26:06 -05:00
|
|
|
},
|
2017-08-16 12:02:20 -04:00
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
2018-09-27 19:47:19 -04:00
|
|
|
"typescript": ">=3.1.1 <3.2"
|
2017-08-16 12:02:20 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2018-03-13 14:00:53 -04:00
|
|
|
},
|
2018-11-16 14:36:17 -05:00
|
|
|
"builders": "./src/builders/builders.json",
|
2018-09-14 10:03:29 -04:00
|
|
|
"schematics": "./src/schematics/collection.json",
|
2018-03-13 14:00:53 -04:00
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-10-16 16:20:00 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"postinstall": "node ./check_version.js"
|
2017-08-16 12:02:20 -04:00
|
|
|
}
|
2017-09-13 19:55:42 -04:00
|
|
|
}
|