{
  "name": "@cedarjs/cli-data-migrate",
  "version": "6.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedarjs/cedar.git",
    "directory": "packages/cli-packages/dataMigrate"
  },
  "license": "MIT",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "up": "./dist/bin.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node ./build.mts",
    "build:pack": "yarn pack -o cedarjs-cli-data-migrate.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.build.json",
    "prepublishOnly": "NODE_ENV=production yarn build",
    "test": "yarn test:unit && yarn test:dist",
    "test:dist": "vitest run ./dist.test.ts",
    "test:unit": "vitest run src"
  },
  "dependencies": {
    "@cedarjs/babel-config": "6.0.0",
    "@cedarjs/cli-helpers": "6.0.0",
    "@cedarjs/project-config": "6.0.0",
    "@cedarjs/vite": "6.0.0",
    "dotenv-defaults": "5.0.2",
    "execa": "5.1.1",
    "listr2": "10.2.2",
    "termi-link": "1.1.0",
    "vite": "7.3.6",
    "yargs": "17.7.3"
  },
  "devDependencies": {
    "@cedarjs/framework-tools": "6.0.0",
    "@prisma/client": "7.8.0",
    "@types/yargs": "17.0.35",
    "memfs": "4.68.1",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
