{ "name": "@turbo/codemod", "version": "1.9.4-canary.2", "description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.", "homepage": "https://turbo.build/repo", "license": "MPL-2.0", "repository": { "type": "git", "url": "https://github.com/vercel/turbo", "directory": "packages/turbo-codemod" }, "bugs": { "url": "https://github.com/vercel/turbo/issues" }, "bin": "dist/cli.js", "scripts": { "build": "tsup", "test": "jest", "lint": "eslint src/**/*.ts", "check-types": "tsc --noEmit", "add-transformer": "plop" }, "dependencies": { "axios": "0.27.2", "chalk": "2.4.2", "commander": "^9.5.0", "diff": "^5.1.0", "find-up": "4.1.0", "fs-extra": "^10.0.0", "gradient-string": "^2.0.0", "inquirer": "^8.2.4", "inquirer-file-tree-selection-prompt": "^1.0.19", "is-git-clean": "^1.1.0", "ora": "4.1.1", "semver": "^7.3.7", "update-check": "^1.5.4" }, "devDependencies": { "@types/chalk-animation": "^1.6.0", "@types/diff": "^5.0.2", "@types/fs-extra": "^9.0.13", "@types/gradient-string": "^1.1.2", "@types/inquirer": "^8.2.0", "@types/jest": "^27.4.0", "@types/node": "^16.11.12", "@types/semver": "^7.3.9", "@types/uuid": "^9.0.0", "deepmerge": "^4.2.2", "eslint": "^7.23.0", "jest": "^27.4.3", "plop": "^3.1.1", "semver": "^7.3.5", "ts-jest": "^27.1.1", "@turbo/tsconfig": "workspace:*", "tsup": "^5.10.3", "@turbo/test-utils": "workspace:*", "@turbo/types": "workspace:*", "@turbo/utils": "workspace:*", "typescript": "^4.5.5" }, "files": [ "dist" ], "publishConfig": { "access": "public" } }