{
    "author": "Sebastian Pekarek <mail@sebbo.net>",
    "bugs": {
        "url": "https://github.com/sebbo2002/semantic-release-docker/issues"
    },
    "dependencies": {
        "execa": "^10.0.0"
    },
    "description": "Plugin for semantic-release that tags a previously built Docker image and pushes it to one or more Docker registries",
    "devDependencies": {
        "@eslint/js": "^10.0.1",
        "@semantic-release/changelog": "^7.0.0",
        "@semantic-release/exec": "^7.1.0",
        "@semantic-release/git": "^11.0.1",
        "@semantic-release/npm": "^13.1.5",
        "@types/express": "^5.0.6",
        "@types/mocha": "^10.0.10",
        "@types/node": "^26.1.1",
        "c8": "^12.0.0",
        "eslint": "^10.7.0",
        "eslint-config-prettier": "^10.1.8",
        "eslint-plugin-jsonc": "^3.3.0",
        "eslint-plugin-perfectionist": "^5.10.0",
        "globals": "^17.7.0",
        "husky": "^9.1.7",
        "license-checker": "^25.0.1",
        "mocha": "^11.7.6",
        "mochawesome": "^7.1.4",
        "prettier": "^3.9.6",
        "semantic-release": "^25.0.8",
        "semantic-release-license": "^1.0.3",
        "source-map-support": "^0.5.21",
        "tsdown": "^0.22.14",
        "tsx": "^4.23.1",
        "typedoc": "^0.28.20",
        "typescript": "^6.0.3",
        "typescript-eslint": "^8.65.0"
    },
    "engines": {
        "node": "22 || >=24.0.0"
    },
    "exports": "./dist/index.mjs",
    "files": [
        "/dist"
    ],
    "homepage": "https://github.com/sebbo2002/semantic-release-docker#readme",
    "license": "MIT",
    "main": "./dist/index.mjs",
    "name": "@sebbo2002/semantic-release-docker",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/sebbo2002/semantic-release-docker.git"
    },
    "scripts": {
        "build": "tsdown",
        "build-all": "./.github/workflows/build.sh",
        "coverage": "c8 mocha",
        "license-check": "license-checker --production --summary",
        "lint": "npx eslint . --fix && npx prettier . --write",
        "test": "docker pull alpine:latest && mocha"
    },
    "type": "module",
    "version": "7.0.2"
}
