{
  "name": "@andrewbranch/ts5to6",
  "version": "1.1.1",
  "description": "CLI to migrate TypeScript config files to be compatible with TypeScript 6.0",
  "license": "MIT",
  "author": "Andrew Branch",
  "contributors": [
    "Andrew Branch",
    "Sheetal Nandi"
  ],
  "type": "module",
  "bin": {
    "ts5to6": "dist/cli.js"
  },
  "main": "dist/main.js",
  "imports": {
    "#typescript": "./vendor/typescript/typescript.js"
  },
  "scripts": {
    "build": "tsc -b tsconfig.json",
    "test": "node --experimental-strip-types --test ./test/**/*.test.ts",
    "test:watch": "node --experimental-strip-types --test --watch ./test/**/*.test.ts",
    "cli": "node --experimental-strip-types ./src/cli.ts",
    "fmt": "dprint fmt",
    "fmt:check": "dprint check",
    "prepare": "npm run build",
    "changeset": "changeset",
    "version-packages": "changeset version",
    "release": "changeset publish"
  },
  "dependencies": {
    "chalk": "^5.6.0",
    "glob": "^11.0.3"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.7",
    "@types/node": "^24.3.1",
    "dprint": "^0.50.1",
    "typescript": "^5.9.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "vendor"
  ]
}
