{
  "name": "prisma-data-migrate-cli",
  "version": "1.1.0",
  "description": "A CLI wrapper around prisma migrate commands for supporting TypeScript data-migrations.",
  "type": "module",
  "author": "ethan@standel.io",
  "license": "BSD-3-Clause",
  "repository": "https://github.com/NREL/prisma-data-migrate-cli",
  "homepage": "https://github.com/NREL/prisma-data-migrate-cli",
  "bin": {
    "prisma-data-migrate-cli": "./bin.js"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.9",
    "@types/node": "^22.7.4",
    "prettier": "^3.3.3",
    "typescript": "^5.6.2"
  },
  "peerDependencies": {
    "@prisma/client": "5.x.x"
  },
  "dependencies": {
    "citty": "^0.1.6",
    "dotenv": "^16.4.5",
    "lodash": "^4.17.21",
    "tsx": "^4.19.1",
    "zx": "^8.1.8"
  }
}