{ "name": "@refinedev/codemod", "version": "4.2.0", "private": false, "description": "refine Codemod CLI. refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.", "repository": { "type": "git", "url": "https://github.com/refinedev/refine.git", "directory": "packages/codemod" }, "license": "MIT", "author": "refine", "main": "dist/index.js", "typings": "dist/index.d.ts", "bin": "./dist/index.js", "files": [ "dist", "src" ], "scripts": { "build": "tsc -d -p tsconfig.json", "dev": "tsc -w -d -p tsconfig.json", "jscodeshift": "jscodeshift -d --transform=src/transformations/refine1-to-refine2.ts", "prepare": "pnpm build" }, "dependencies": { "@npmcli/package-json": "^5.2.0", "chalk": "^4.1.2", "cheerio": "1.0.0-rc.9", "execa": "^5.1.1", "globby": "^11.1.0", "inquirer": "^8.2.5", "is-git-clean": "1.1.0", "jscodeshift": "0.15.2", "meow": "7.0.1", "semver": "7.5.2" }, "devDependencies": { "@types/eslint": "^7.28.2", "@types/inquirer": "^8.2.5", "@types/jest": "^29.2.4", "@types/jscodeshift": "^0.11.11", "@types/npmcli__package-json": "^4.0.4", "jest": "^29.3.1", "ts-jest": "^29.1.2", "tslib": "^2.6.2", "typescript": "^5.4.2" }, "engines": { "node": ">=10" }, "publishConfig": { "access": "public" } }