{
  "name": "angular-material-updater",
  "version": "1.0.0-beta.1",
  "description": "Migrates projects from Angular Material 5.x to 6.0",
  "homepage": "https://github.com/angular/material-update-tool",
  "bugs": "https://github.com/angular/material-update-tool/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/material-update-tool.git"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc -p ./ && npm run copy-files && cp package.json ./dist && cp README.md ./dist",
    "copy-files": "cpy \"**/*.json\" ../dist --parents --cwd ./src/ && cpy package.json dist/",
    "debug": "npm run build && node dist/cli -p test/fixtures/sample-project -v --es test/fixtures/**/*.{css,scss} --fix=false"
  },
  "bin": {
    "mat-updater": "./cli.js"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.0.1",
    "glob": "^7.1.2",
    "ora": "^1.3.0",
    "resolve-bin": "^0.4.0",
    "tslint": "^5.7.0",
    "typescript": "^2.4.2",
    "yargs": "^8.0.2"
  },
  "devDependencies": {
    "@angular/cdk": "^5.0.0",
    "@angular/common": "^5.0.0",
    "@angular/core": "^5.0.0",
    "@angular/material": "^5.0.0",
    "@angular/platform-browser": "^5.0.0",
    "@types/chalk": "^0.4.31",
    "@types/glob": "^5.0.32",
    "@types/jasmine": "^2.5.53",
    "@types/node": "^8.0.17",
    "@types/ora": "^1.3.1",
    "@types/yargs": "^8.0.1",
    "cpy-cli": "^1.0.1",
    "rxjs": "^5.5.0",
    "ts-node": "^3.3.0",
    "zone.js": "^0.8.16"
  }
}
