DavideViolante/pr-automerge-action

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "pr-automerge-action",
  "version": "1.4.0",
  "description": "GitHub Action to automatically merge pull requests when some conditions are met",
  "scripts": {
    "build": "ncc build index.js",
    "lint": "eslint ./",
    "test": "nyc mocha",
    "coverage": "nyc --reporter=lcov --reporter=text mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DavideViolante/pr-automerge-action.git"
  },
  "author": "Davide Violante",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DavideViolante/pr-automerge-action/issues"
  },
  "homepage": "https://github.com/DavideViolante/pr-automerge-action#readme",
  "dependencies": {
    "@actions/core": "^1.10.1",
    "axios": "~1.7.7"
  },
  "devDependencies": {
    "@vercel/ncc": "^0.38.2",
    "eslint": "^8.57.0",
    "eslint-config-google": "^0.14.0",
    "mocha": "^10.7.3",
    "nyc": "^17.1.0"
  }
}