mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-16 08:46:00 +08:00
29 lines
738 B
JSON
29 lines
738 B
JSON
{
|
|
"private": true,
|
|
"description": "A GitHub Action help you extract issues from pr commit or title or body.",
|
|
"license": "MIT",
|
|
"author": "xrkffgg",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"package": "ncc build",
|
|
"format": "prettier --write src/*.js",
|
|
"format-check": "prettier --check src/*.js",
|
|
"pub": "sh -e ./scripts/pub.sh"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/github": "^4.0.0",
|
|
"@octokit/rest": "^18.0.14",
|
|
"actions-util": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@umijs/fabric": "^2.5.6",
|
|
"@vercel/ncc": "^0.27.0",
|
|
"chalk": "^4.1.2",
|
|
"new-github-release-url": "^1.0.0",
|
|
"open": "^7.3.0",
|
|
"prettier": "^2.2.1",
|
|
"simple-git": "^2.46.0"
|
|
}
|
|
}
|