{ "name": "@mshick/add-pr-comment", "version": "1.0.0", "description": "A GitHub Action which adds a comment to a Pull Request Issue.", "main": "index.js", "scripts": { "lint": "eslint index.js", "package": "ncc build index.js -o dist", "test": "eslint index.js" }, "repository": { "type": "git", "url": "git+https://github.com/mshick/add-pr-comment.git" }, "keywords": [ "GitHub", "Actions", "javascript", "pull request", "comments", "pr" ], "author": "GitHub", "license": "MIT", "bugs": { "url": "https://github.com/mshick/add-pr-comment/issues" }, "homepage": "https://github.com/mshick/add-pr-comment#readme", "dependencies": { "@actions/core": "^1.2.3", "@actions/github": "^2.1.1", "@actions/http-client": "^1.0.7" }, "devDependencies": { "@zeit/ncc": "^0.22.1", "eslint": "^6.8.0" } }