{
  "name": "semantic-release-vsce",
  "version": "6.1.6",
  "description": "semantic-release plugin to package and publish VS Code extensions",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": "^20.8.1 || >=22.0.0"
  },
  "repository": "https://github.com/felipecrs/semantic-release-vsce.git",
  "bugs": "https://github.com/felipecrs/semantic-release-vsce/issues",
  "homepage": "https://github.com/felipecrs/semantic-release-vsce#readme",
  "author": "Morten Henriksen <mh@gi2.dk>",
  "contributors": [
    "Felipe Santos <felipecassiors@gmail.com>"
  ],
  "keywords": [
    "semantic-release",
    "semantic-release-plugin",
    "vscode",
    "vsce"
  ],
  "exports": "./index.js",
  "files": [
    "index.js",
    "lib/**/*.js"
  ],
  "scripts": {
    "lint": "prettier --check . && eslint . && installed-check --ignore-dev --ignore semantic-release",
    "test": "c8 ava",
    "posttest": "npm run lint",
    "prepare": "husky"
  },
  "ava": {
    "files": [
      "test/**/*.test.js"
    ]
  },
  "nyc": {
    "all": true,
    "exclude": [
      "lib/die.js"
    ],
    "include": [
      "index.js",
      "lib/**/*.js"
    ]
  },
  "volta": {
    "node": "24.18.0",
    "npm": "12.0.1"
  },
  "dependencies": {
    "@semantic-release/error": "^4.0.0",
    "@vscode/vsce": "^3.0.0",
    "fs-extra": "^11.1.0",
    "glob": "^13.0.0",
    "ovsx": "^1.0.0"
  },
  "peerDependencies": {
    "semantic-release": ">=20"
  },
  "devDependencies": {
    "ava": "^7.0.0",
    "c8": "^12.0.0",
    "conventional-changelog-conventionalcommits": "^10.0.0",
    "eslint": "^9.12.0",
    "eslint-plugin-unicorn": "^64.0.0",
    "esmock": "^2.6.9",
    "husky": "^9.0.11",
    "installed-check": "^10.0.0",
    "lint-staged": "^17.0.0",
    "neostandard": "^0.13.0",
    "prettier": "^3.2.5",
    "semantic-release": "^25.0.3",
    "sinon": "^22.0.0"
  },
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown"
  },
  "publishConfig": {
    "provenance": true
  }
}
