next.js/packages/next-codemod/package.json
package.json46 lines1.1 KB
{
  "name": "@next/codemod",
  "version": "16.3.0-canary.9",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "vercel/next.js",
    "directory": "packages/next-codemod"
  },
  "dependencies": {
    "cheerio": "1.0.0-rc.9",
    "commander": "12.1.0",
    "execa": "4.0.3",
    "find-up": "4.1.0",
    "globby": "11.0.1",
    "is-git-clean": "1.1.0",
    "jscodeshift": "17.0.0",
    "picocolors": "1.0.0",
    "prompts": "2.4.2",
    "semver": "7.6.3",
    "strip-ansi": "6.0.0"
  },
  "files": [
    "transforms/*.js",
    "transforms/lib/**/*.js",
    "bin/*.js",
    "lib/**/*.js",
    "lib/cra-to-next/gitignore"
  ],
  "scripts": {
    "build": "pnpm tsc -d -p tsconfig.json",
    "prepublishOnly": "cd ../../ && turbo run build",
    "dev": "pnpm tsc -d -w -p tsconfig.json",
    "test": "jest",
    "test:upgrade-fixture": "./scripts/test-upgrade-fixture.sh"
  },
  "bin": "./bin/next-codemod.js",
  "devDependencies": {
    "@types/find-up": "4.0.0",
    "@types/jscodeshift": "0.11.0",
    "@types/prompts": "2.4.2",
    "@types/semver": "7.3.1",
    "typescript": "6.0.2"
  }
}
Quest for Codev2.0.0
/
SIGN IN