{ "name": "publish-action", "version": "0.5.0", "type": "module", "description": "Update the major version tag (v1, v2, etc.) to point to the specified tag", "main": "dist/index.js", "engines": { "node": ">=24.0.0" }, "scripts": { "build": "tsc && ncc build src/main.ts -o dist", "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runInBand", "format": "prettier --no-error-on-unmatched-pattern --write \"**/*.{ts,yml,yaml}\"", "format-check": "prettier --no-error-on-unmatched-pattern --check \"**/*.{ts,yml,yaml}\"", "lint": "eslint \"**/*.ts\"", "lint:fix": "eslint \"**/*.ts\" --fix" }, "repository": { "type": "git", "url": "git+https://github.com/actions/publish-action.git" }, "keywords": [ "actions", "publish" ], "author": "GitHub", "license": "MIT", "bugs": { "url": "https://github.com/actions/publish-action/issues" }, "homepage": "https://github.com/actions/publish-action#readme", "dependencies": { "@actions/core": "^3.0.1", "@actions/github": "^9.1.1", "@actions/http-client": "^4.0.1", "semver": "^7.8.5" }, "devDependencies": { "@eslint/js": "^10.0.1", "@jest/globals": "^30.4.1", "@types/node": "^26.1.2", "@types/semver": "^7.7.1", "@typescript-eslint/eslint-plugin": "^8.63.0", "@typescript-eslint/parser": "^8.63.0", "@vercel/ncc": "^0.44.1", "eslint": "^10.6.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^29.15.4", "eslint-plugin-n": "^18.2.1", "globals": "^17.7.0", "jest": "^30.4.2", "prettier": "^3.9.4", "ts-jest": "^29.4.11", "typescript": "^6.0.3" } }