{
  "name": "@codemod/core",
  "version": "2.2.0",
  "description": "Runs babel plugins for codemods, i.e. by preserving formatting using Recast.",
  "repository": "https://github.com/codemod-js/codemod",
  "license": "Apache-2.0",
  "author": "Brian Donovan",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build"
  ],
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "clean": "rm -rf build tsconfig.build.tsbuildinfo",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepublishOnly": "yarn clean && yarn build",
    "test": "is-ci test:coverage test:watch",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@babel/core": "^7.20.12",
    "@babel/generator": "^7.20.14",
    "@codemod/parser": "^1.4.0",
    "is-ci-cli": "^2.2.0",
    "recast": "^0.19.0",
    "resolve": "^1.12.0"
  },
  "devDependencies": {
    "@babel/types": "^7.20.7",
    "@types/babel__core": "^7.1.16",
    "@types/jest": "^25.1.0",
    "@types/node": "^18.14.0",
    "@types/prettier": "^2.0.0",
    "@types/resolve": "^1.14.0",
    "jest": "^27.3.1",
    "typescript": "^4.4.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c7ba547a429235fb2682c6679877a38e53ebb832"
}
