forked from danhellem/github-actions-issue-to-work-item
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 770 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
{
"name": "github-actions-issue-to-work-item",
"version": "1.0.0",
"description": "Create a Work Item on an Azure Board when a GitHub Issue is created or updated",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danhellem/github-actions-issue-to-work-item.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/danhellem/github-actions-issue-to-work-item/issues"
},
"homepage": "https://github.com/danhellem/github-actions-issue-to-work-item#readme",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1",
"azure-devops-node-api": "^10.1.0"
}
}