{
  "name": "@angular/localize",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - library for localizing messages",
  "bin": {
    "localize-translate": "./src/tools/src/translate/main.js"
  },
  "author": "angular",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  },
  "schematics": "./schematics/collection.json",
  "ng-update": {
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": [
    "**/init/index.js",
    "**/init.js",
    "**/localize-init.umd.js"
  ],
  "engines": {
    "node": ">=8.0"
  },
  "dependencies": {
    "@babel/core": "7.8.3",
    "glob": "7.1.2",
    "yargs": "15.3.0"
  },
  "publishConfig":{
    "registry":"https://wombat-dressing-room.appspot.com"
  }
}