{
    "private": true,
    "name": "{{pluginNameSnakeCase}}",
    "version": "0.0.1",
    "scripts": {
        "changelog": "auto-changelog --config .auto-changelog && git add CHANGELOG.md && git commit -m \"NTR - Updates changelog\"",
        "release": "release-it",
        "release:dry-run": "release-it --dry-run"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/KoRoHandelsGmbH/{{pluginName}}.git"
    },
    "bugs": {
        "url": "https://github.com/KoRoHandelsGmbH/{{pluginName}}/issues"
    },
    "homepage": "https://github.com/KoRoHandelsGmbH/{{pluginName}}#readme",
    "devDependencies": {
        "@release-it/bumper": "^4.0.0",
        "@release-it/keep-a-changelog": "^3.0.0",
        "release-it": "^15.1.1",
        "auto-changelog": "^2.4.0"
    }
}
