{
  "name": "@alcalzone/release-script-core",
  "publishConfig": {
    "access": "public"
  },
  "version": "5.2.0",
  "type": "module",
  "description": "Al Calzone's release script: Core components",
  "keywords": [],
  "license": "MIT",
  "author": {
    "name": "AlCalzone",
    "email": "d.griesel@gmx.net"
  },
  "exports": {
    ".": "./build/index.js",
    "./package.json": "./package.json",
    "./*.map": "./build/*.js.map",
    "./*": "./build/*.js"
  },
  "files": [
    "build/",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "execa": "^5.1.1"
  },
  "devDependencies": {
    "@types/yargs": "^17.0.33",
    "picocolors": "1.0.0",
    "typescript": "~5.9.3",
    "yargs": "^17.4.1"
  },
  "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/tree/main/packages/core#readme",
  "repository": {
    "type": "git",
    "url": "git@github.com:AlCalzone/release-script.git"
  },
  "bugs": {
    "url": "https://github.com/AlCalzone/release-script/issues"
  },
  "readmeFilename": "README.md"
}