{
  "name": "@alcalzone/release-script-plugin-manual-review",
  "publishConfig": {
    "access": "public"
  },
  "version": "5.2.0",
  "type": "module",
  "description": "Plugin for Al Calzone's release script: manual review",
  "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": {
    "@alcalzone/release-script-core": "5.2.0"
  },
  "devDependencies": {
    "@alcalzone/release-script-testing": "5.2.0",
    "jest-extended": "^3.1.0",
    "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/tree/main/packages/plugin-manual-review#readme",
  "repository": {
    "type": "git",
    "url": "git@github.com:AlCalzone/release-script.git"
  },
  "bugs": {
    "url": "https://github.com/AlCalzone/release-script/issues"
  },
  "readmeFilename": "README.md"
}