{
  "name": "@danieljaurellmevorach/javascript-recipe-starter",
  "version": "1.0.5",
  "description": "Example OpenRewrite JavaScript recipes and tests to help you get started",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moderneinc/javascript-recipe-starter.git"
  },
  "keywords": [
    "openrewrite",
    "moderne",
    "recipe",
    "refactoring",
    "javascript",
    "typescript",
    "codemods",
    "ast"
  ],
  "bugs": {
    "url": "https://github.com/moderneinc/javascript-recipe-starter/issues"
  },
  "homepage": "https://docs.openrewrite.org/",
  "scripts": {
    "build": "rimraf ./dist && tsc --build tsconfig.build.json",
    "test": "npm run build && jest",
    "test:watch": "jest --watch",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@openrewrite/rewrite": "^8.70.4"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.9.0",
    "@types/react": "^18.3.0",
    "mutative": "^1.2.0",
    "jest": "^29.7.0",
    "rimraf": "^6.1.0",
    "tmp-promise": "^3.0.3",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.2"
  },
  "overrides": {
    "glob": "^11.0.0",
    "inflight": "^2.0.0"
  }
}