{ "name": "@blitzjs/codemod", "version": "2.0.2", "scripts": { "build": "unbuild", "dev": "watch unbuild src --wait=0.2", "lint": "eslint . --fix", "test": "vitest run", "test-watch": "vitest", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "browser": "./dist/index.mjs", "types": "./dist/index.d.ts", "sideEffects": false, "license": "MIT", "files": [ "dist/**", "bin/**" ], "bin": "bin/@blitzjs/codemod", "dependencies": { "@babel/core": "7.12.10", "@babel/plugin-proposal-class-properties": "7.17.12", "@babel/plugin-syntax-jsx": "7.17.12", "@babel/plugin-syntax-typescript": "7.17.12", "@blitzjs/generator": "2.0.2", "arg": "5.0.1", "blitz": "2.0.2", "chalk": "^4.1.0", "cross-spawn": "7.0.3", "debug": "4.3.3", "esbuild": "0.14.34", "fs-extra": "10.0.1", "jscodeshift": "0.13.0", "prompts": "2.4.2" }, "devDependencies": { "@babel/preset-env": "7.12.10", "@blitzjs/config": "2.0.2", "@types/jscodeshift": "0.11.2", "@types/node": "18.11.9", "ast-types": "0.14.2", "unbuild": "0.7.6", "watch": "1.0.2" }, "publishConfig": { "access": "public" } }