{
  "name": "@alcalzone/release-script",
  "publishConfig": {
    "access": "public"
  },
  "version": "5.1.1",
  "type": "module",
  "description": "Release script to automatically increment version numbers and push git tags of Node.js projects",
  "keywords": [],
  "license": "MIT",
  "author": {
    "name": "AlCalzone",
    "email": "d.griesel@gmx.net"
  },
  "bin": "bin/release.js",
  "exports": {
    ".": "./build/index.js",
    "./package.json": "./package.json",
    "./*.map": "./build/*.js.map",
    "./*": "./build/*.js"
  },
  "files": [
    "bin/",
    "build/*.js",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@alcalzone/release-script-core": "5.1.1",
    "@alcalzone/release-script-plugin-changelog": "5.1.1",
    "@alcalzone/release-script-plugin-exec": "5.1.1",
    "@alcalzone/release-script-plugin-git": "5.1.1",
    "@alcalzone/release-script-plugin-package": "5.1.1",
    "@alcalzone/release-script-plugin-version": "5.1.1",
    "alcalzone-shared": "^5.0.0",
    "enquirer": "^2.3.6",
    "picocolors": "1.0.0",
    "semver": "^7.7.2",
    "source-map-support": "^0.5.21",
    "yargs": "^17.4.1"
  },
  "devDependencies": {
    "@alcalzone/release-script-testing": "5.1.1",
    "@types/yargs": "^17.0.33",
    "typescript": "~5.9.3"
  },
  "scripts": {
    "clean": "tsc -b tsconfig.build.json --clean",
    "build": "tsc -b tsconfig.build.json",
    "watch": "tsc -b tsconfig.build.json --watch"
  },
  "homepage": "https://github.com/AlCalzone/release-script",
  "repository": {
    "type": "git",
    "url": "git@github.com:AlCalzone/release-script.git"
  },
  "bugs": {
    "url": "https://github.com/AlCalzone/release-script/issues"
  },
  "readmeFilename": "README.md"
}