{
  "name": "@uifabric/migration",
  "version": "7.0.27",
  "description": "Migration scripts for UI Fabric",
  "main": "lib/index.js",
  "bin": {
    "migration": "./bin/migration.js"
  },
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui"
  },
  "license": "MIT",
  "scripts": {
    "build": "just-scripts build",
    "bundle": "just-scripts bundle",
    "lint": "just-scripts lint",
    "clean": "just-scripts clean",
    "code-style": "just-scripts code-style",
    "just": "just-scripts",
    "start": "just-scripts dev",
    "start-test": "just-scripts jest-watch",
    "test": "just-scripts test",
    "update-snapshots": "just-scripts jest -u"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "^0.53.3",
    "@types/jest": "~24.9.0",
    "@types/glob": "^7.1.1",
    "@types/mock-fs": "3.6.30",
    "@types/node": "^10.3.2",
    "@types/semver": "^5.5.0",
    "mock-fs": "4.10.0",
    "@uifabric/build": "^7.0.0"
  },
  "dependencies": {
    "glob": "^7.1.2",
    "riceburn": "^1.3.1",
    "semver": "^6.2.0",
    "tslib": "^1.10.0",
    "typescript": "3.7.2"
  }
}
