mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-19 02:06:02 +08:00
26 lines
640 B
JSON
26 lines
640 B
JSON
{
|
|
"name": "pr-extract-issues",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "A GitHub Action help you extract issues from pr commit or title or body.",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"package": "ncc build",
|
|
"format": "prettier --write src/*.js",
|
|
"format-check": "prettier --check src/*.js"
|
|
},
|
|
"author": "xrkffgg",
|
|
"license": "MIT",
|
|
"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",
|
|
"prettier": "^2.2.1"
|
|
}
|
|
}
|