forked from ServiceNow/servicenow-devops-change
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 860 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
{
"name": "servicenow-devops-change",
"version": "1.0.0",
"main": "dist/index.js",
"description": "A Github Action to pause/resume workflow run for a ServiceNow change approval.",
"private": false,
"scripts": {
"build": "ncc build src/main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:ServiceNow/servicenow-devops-change.git"
},
"keywords": [
"devops",
"servicenow",
"change"
],
"author": "ServiceNow",
"license": "ISC",
"bugs": {
"url": "https://github.com/ServiceNow/servicenow-devops-change/issues"
},
"homepage": "https://github.com/ServiceNow/servicenow-devops-change#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"axios": "^0.24.0",
"follow-redirects": "^1.15.2"
}
}