-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
27 lines (27 loc) · 809 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
{
"name": "actions-addnewissuetocolumn",
"version": "1.0.0",
"description": "Move a newly created issue to a specific column in a github project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/konradpabjan/Actions-AddNewIssueToColumn.git"
},
"author": "konradpabjan",
"license": "MIT",
"bugs": {
"url": "https://github.com/konradpabjan/Actions-AddNewIssueToColumn/issues"
},
"homepage": "https://github.com/konradpabjan/Actions-AddNewIssueToColumn#readme",
"dependencies": {
"@actions/core": "^1.1.0",
"@actions/github": "^1.1.0",
"eslint": "^6.5.1",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2"
}
}