{
  "name": "rwjs",
  "description": "Codemods to ease upgrading a RedwoodJS Project",
  "version": "0.0.29",
  "license": "MIT",
  "bin": "./dist/codemods.js",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@babel/cli": "7.15.7",
    "@babel/core": "7.15.8",
    "@babel/plugin-transform-typescript": "7.15.8",
    "core-js": "3.18.3",
    "deepmerge": "4.2.2",
    "fast-glob": "3.2.7",
    "findup-sync": "4.0.0",
    "jest": "27.3.1",
    "jscodeshift": "0.13.0",
    "node-fetch": "2.6.1",
    "prettier": "2.4.1",
    "tasuku": "1.0.2",
    "toml": "3.0.0",
    "vscode-ripgrep": "1.12.1",
    "yargs": "16.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/redwoodjs/redwood.git",
    "directory": "packages/codemods"
  },
  "scripts": {
    "build": "yarn build:js",
    "prepublishOnly": "yarn build",
    "build:js": "babel src -d dist --extensions \".js,.ts\" --ignore \"src/**/__tests__/**\" --ignore \"src/**/__testfixtures__/**\"",
    "build:watch": "nodemon --watch src --ignore dist --exec \"yarn build\"",
    "test": "NODE_ENV=test jest",
    "test:watch": "yarn test --watch"
  },
  "devDependencies": {
    "@types/babel__core": "7",
    "@types/jscodeshift": "0.11.2",
    "@types/prettier": "2",
    "tempy": "1.0.1"
  }
}
