{
  "name": "@ethanresnick/migrator",
  "version": "3.0.1",
  "type": "module",
  "bin": {
    "migrator": "./dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "node --import tsx --test src/**/*.test.ts",
    "prepublishOnly": "npm test && npm run build"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "dependencies": {
    "es-toolkit": "^1.44.0",
    "glob": "^7.2.0",
    "type-fest": "^5.4.3",
    "umzug": "^3.0.0",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "@types/glob": "^8.1.0",
    "@types/node": "^22.0.0",
    "@types/umzug": "^2.3.3",
    "@types/yargs": "^17.0.24",
    "dotenv": "^16.0.0",
    "fast-check": "^4.5.3",
    "tsx": "^4.7.0",
    "type-party": "^0.7.3",
    "typescript": "^5.2.2"
  },
  "packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
  "files": [
    "dist"
  ]
}
