mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-19 18:26:04 +08:00
Initial commit
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "action-js-template",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"description": "A javascript template for rapid development of GitHub actions.",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
"package": "ncc build",
|
||||
"format": "prettier --write src/*.js",
|
||||
"format-check": "prettier --check src/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/actions-cool/action-js-template",
|
||||
"branch": "main"
|
||||
},
|
||||
"author": "xrkffgg",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/github": "^4.0.0",
|
||||
"@octokit/rest": "^18.0.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@umijs/fabric": "^2.5.6",
|
||||
"@vercel/ncc": "^0.27.0",
|
||||
"prettier": "^2.2.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user