create-or-update-comment/package.json
2020-06-04 01:12:08 +00:00

32 lines
849 B
JSON

{
"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": "3.0.0"
},
"devDependencies": {
"@zeit/ncc": "0.22.3",
"eslint": "7.1.0",
"jest": "26.0.1"
}
}