forked from RezaNum1/pr-update-work-item-state
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 774 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": "github_customaction",
"version": "1.0.1",
"description": "update workitem state on pull request change",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CanarysPlayground/github_customaction.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CanarysPlayground/github_customaction/issues"
},
"homepage": "https://github.com/CanarysPlayground/github_customaction#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^2.2.0",
"azure-devops-node-api": "^10.1.1",
"btoa": "^1.2.1",
"is-plain-object": "^3.0.0",
"node-fetch": "^2.6.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"jest": "^29.0.3"
}
}