-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@lando/transfer-issue-action",
"description": "A GitHub Action for transferring issues between github repos with the ability to create a stub issue in the original repo.",
"version": "2.1.0",
"author": "Mike Pirog @pirog",
"license": "GPL-3.0",
"repository": "https://github.com/lando/transfer-issue-action",
"bugs": "https://github.com/lando/transfer-issue-action/issues",
"homepage": "https://github.com/lando/transfer-issue-action",
"keywords": [
"lando",
"transfer github issue",
"Github Actions"
],
"engines": {
"node": ">=18.0.0"
},
"main": "lib/index.js",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.0.0",
"debug": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.7",
"eslint": "^7.32.0"
},
"scripts": {
"lint": "eslint ."
}
}