{
  "name": "replace-all-words",
  "version": "1.1.15",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "prettier": "prettier --write '**/*' --log-level warn",
    "lint": "eslint src",
    "lint-fix": "eslint src --fix",
    "fmt": "npm run prettier && npm run lint-fix",
    "build": "tsc -p ./tsconfig.build.json",
    "build-commit": "tsc -p ./tsconfig.build.json && git add bin && git commit -m'autogen: re-build' -m'npm run build'",
    "upgrade-deps": "npx npm-check-updates -u && rm -rf node_modules/ package-lock.json && npm i",
    "upgrade-deps-commit": "npm run upgrade-deps && git add package.json package-lock.json && git commit -m'chore(deps): upgrade dependencies' -m'npm run upgrade-deps'",
    "test": "jest"
  },
  "bin": {
    "replace-all-words": "./bin/adapter/entry-points/cli/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HiromiShikata/replace-all-words.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HiromiShikata/replace-all-words/issues"
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/git",
      "@semantic-release/npm"
    ],
    "branches": [
      "main"
    ]
  },
  "homepage": "https://github.com/HiromiShikata/replace-all-words#readme",
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/commander": "^2.12.2",
    "@types/jest": "^29.5.2",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "conventional-changelog-conventionalcommits": "^9.0.0",
    "eslint": "^8.43.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-no-type-assertion": "^1.3.0",
    "jest": "^29.5.0",
    "jest-html-reporter": "^4.0.0",
    "jest-junit": "^16.0.0",
    "prettier": "^3.0.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "change-case-all": "^2.0.0",
    "commander": "^14.0.0",
    "dotenv": "^17.0.0"
  }
}
