{
  "name": "@chatmindai/semantic-release",
  "description": "fork from semantic-release. support for CodeUp CI",
  "version": "1.0.1",
  "type": "module",
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
  "ava": {
    "files": [
      "test/**/*.test.js",
      "!test/integration.test.js"
    ],
    "nodeArguments": [
      "--loader=testdouble",
      "--no-warnings"
    ],
    "timeout": "2m"
  },
  "bin": {
    "semantic-release": "bin/semantic-release.js"
  },
  "dependencies": {
    "@semantic-release/commit-analyzer": "^11.0.0",
    "@semantic-release/error": "^4.0.0",
    "@semantic-release/npm": "^11.0.0",
    "aggregate-error": "^5.0.0",
    "cosmiconfig": "^8.0.0",
    "debug": "^4.0.0",
    "env-ci": "^10.0.0",
    "execa": "^8.0.0",
    "figures": "^6.0.0",
    "find-versions": "^5.1.0",
    "get-stream": "^6.0.0",
    "git-log-parser": "^1.2.0",
    "hook-std": "^3.0.0",
    "hosted-git-info": "^7.0.0",
    "import-from-esm": "^1.3.1",
    "lodash-es": "^4.17.21",
    "marked": "^9.0.0",
    "marked-terminal": "^6.0.0",
    "micromatch": "^4.0.2",
    "p-each-series": "^3.0.0",
    "p-reduce": "^3.0.0",
    "read-pkg-up": "^11.0.0",
    "resolve-from": "^5.0.0",
    "semver": "^7.3.2",
    "semver-diff": "^4.0.0",
    "signale": "^1.2.1",
    "yargs": "^17.5.1"
  },
  "devDependencies": {
    "ava": "6.0.1",
    "c8": "8.0.1",
    "clear-module": "4.1.2",
    "codecov": "3.8.3",
    "cz-conventional-changelog": "3.3.0",
    "dockerode": "4.0.0",
    "file-url": "4.0.0",
    "fs-extra": "11.2.0",
    "got": "14.0.0",
    "js-yaml": "4.1.0",
    "lockfile-lint": "4.12.1",
    "ls-engines": "0.9.1",
    "mockserver-client": "5.15.0",
    "nock": "13.4.0",
    "npm-run-all2": "6.1.1",
    "p-retry": "6.1.0",
    "prettier": "3.1.1",
    "publint": "0.2.6",
    "sinon": "17.0.1",
    "stream-buffers": "3.0.2",
    "tempy": "3.1.0",
    "testdouble": "3.20.1"
  },
  "engines": {
    "node": "^18.17 || >=20.6.1"
  },
  "files": [
    "bin",
    "docs",
    "lib",
    "index.d.ts",
    "index.js",
    "cli.js"
  ],
  "keywords": [
    "author",
    "automation",
    "changelog",
    "module",
    "package",
    "publish",
    "release",
    "semver",
    "version"
  ],
  "license": "MIT",
  "main": "./index.js",
  "types": "index.d.ts",
  "c8": {
    "include": [
      "lib/**/*.js",
      "index.js",
      "cli.js"
    ],
    "reporter": [
      "json",
      "text",
      "html"
    ],
    "all": true
  },
  "lockfile-lint": {
    "path": "package-lock.json",
    "type": "npm",
    "validate-https": true,
    "allowed-hosts": [
      "npm"
    ]
  },
  "prettier": {
    "printWidth": 120,
    "trailingComma": "es5"
  },
  "publishConfig": {
    "access": "public"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "homepage": "https://github.com/semantic-release/semantic-release#readme",
  "scripts": {
    "codecov": "codecov -f coverage/coverage-final.json",
    "lint:prettier": "prettier --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"",
    "lint:prettier:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"",
    "lint:lockfile": "lockfile-lint",
    "lint:engines": "ls-engines",
    "lint:publish": "publint --strict",
    "semantic-release": "./bin/semantic-release.js",
    "test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
    "test:unit": "c8 ava --verbose",
    "test:integration": "ava --verbose test/integration.test.js"
  }
}
