2019-11-24 16:44:26 +09:00
|
|
|
{
|
|
|
|
"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": {
|
2020-05-01 10:28:17 +00:00
|
|
|
"@actions/core": "1.2.4",
|
2020-05-01 11:23:53 +00:00
|
|
|
"@actions/github": "2.1.1"
|
2019-11-24 16:44:26 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-05 20:34:16 +00:00
|
|
|
"@zeit/ncc": "0.22.1",
|
2020-01-24 01:37:46 +00:00
|
|
|
"eslint": "6.8.0",
|
2020-04-30 22:24:38 +00:00
|
|
|
"jest": "25.5.3"
|
2019-11-24 16:44:26 +09:00
|
|
|
}
|
|
|
|
}
|