{
  "name": "@fluentui/codemods",
  "version": "0.6.13",
  "description": "Tool enabling easy upgrades to new Fluent UI versions",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "bin": {
    "upgrade": "./bin/upgrade.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui"
  },
  "license": "MIT",
  "scripts": {
    "build": "just-scripts build",
    "clean": "just-scripts clean",
    "code-style": "just-scripts code-style",
    "just": "just-scripts",
    "lint": "just-scripts lint",
    "start-test": "just-scripts jest-watch",
    "test": "just-scripts test"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "^0.53.3",
    "@types/jest": "~24.9.0",
    "@types/node": "^10.3.2",
    "@uifabric/build": "^7.0.0",
    "@types/react": "16.8.25",
    "@types/semver": "^5.5.0"
  },
  "dependencies": {
    "tslib": "^1.10.0",
    "office-ui-fabric-react": "^7.127.0",
    "react": "16.8.6",
    "semver": "^6.2.0",
    "ts-morph": "^6.0.0",
    "glob": "^7.1.2",
    "yargs": "^13.2.4"
  }
}
