{ "name": "create-or-update-comment", "version": "1.0.0", "description": "Create or update an issue or pull request comment", "main": "index.js", "scripts": { "lint": "eslint index.js", "package": "ncc build index.js -o dist", "test": "eslint index.js && jest --passWithNoTests" }, "repository": { "type": "git", "url": "git+https://github.com/peter-evans/create-or-update-comment.git" }, "keywords": [], "author": "Peter Evans", "license": "MIT", "bugs": { "url": "https://github.com/peter-evans/create-or-update-comment/issues" }, "homepage": "https://github.com/peter-evans/create-or-update-comment#readme", "dependencies": { "@actions/core": "1.2.4", "@actions/github": "2.1.1" }, "devDependencies": { "@zeit/ncc": "0.22.1", "eslint": "6.8.0", "jest": "25.5.3" } }