mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-18 19:22:44 +08:00
44485def9c
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
856 B
JSON
32 lines
856 B
JSON
{
|
|
"name": "create-or-update-comment",
|
|
"version": "2.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.9.1",
|
|
"@actions/github": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.32.0",
|
|
"eslint": "^8.3.0",
|
|
"jest": "^27.4.3"
|
|
}
|
|
}
|