{
  "name": "@korodrogerie/update-koro-plugin",
  "version": "1.3.0",
  "description": "Updates Koro Plugins with Github Actions",
  "main": "index.js",
  "type": "module",
  "homepage": "https://github.com/KoRoHandelsGmbH/update-koro-plugin#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/KoRoHandelsGmbH/update-koro-plugin.git"
  },
  "scripts": {
    "changelog": "auto-changelog --config .auto-changelog && git add CHANGELOG.md && git commit -m \"NTR - Updates changelog\"",
    "release": "release-it"
  },
  "bin": {
    "update-koro-plugin": "./index.js"
  },
  "keywords": [
    "koro",
    "plugins"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "chalk": "^5.0.1",
    "commander": "^9.3.0",
    "fs-extra": "^10.1.0",
    "handlebars": "^4.7.7"
  },
  "devDependencies": {
    "@release-it/bumper": "^4.0.0",
    "@release-it/keep-a-changelog": "^3.0.0",
    "auto-changelog": "^2.4.0",
    "release-it": "^15.1.1"
  }
}
