{
  "name": "tsdown-migrate",
  "type": "module",
  "version": "0.22.3",
  "description": "A CLI tool to help migrate your project to tsdown.",
  "author": "Kevin Deng <sxzz@sxzz.moe>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/sxzz",
  "homepage": "http://tsdown.dev/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rolldown/tsdown.git",
    "directory": "packages/migrate"
  },
  "bugs": {
    "url": "https://github.com/rolldown/tsdown/issues"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./run": "./dist/run.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*.d.mts",
        "./*"
      ]
    }
  },
  "bin": {
    "tsdown-migrate": "./dist/run.mjs"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^22.18.0 || >=24.11.0"
  },
  "dependencies": {
    "@antfu/ni": "^30.1.0",
    "@ast-grep/napi": "^0.43.0",
    "ansis": "^4.3.1",
    "cac": "^7.0.0",
    "consola": "^3.4.2",
    "diff": "^9.0.0",
    "tinyglobby": "^0.2.17"
  },
  "scripts": {
    "dev": "node ./src/run.ts",
    "build": "node -C dev ../../src/run.ts -c ../../tsdown.config.ts -F ."
  }
}