-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
31 lines (31 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
{
"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.1",
"@vercel/ncc": "^0.38.0",
"axios": "^1.7.7",
"follow-redirects": "^1.15.6"
}
}