-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 830 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 830 Bytes
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": "servicenow-devops-register-package",
"version": "1.0.0",
"description": "ServiceNow Register Package Custom Action",
"main": "dist/index.js",
"private": true,
"scripts": {
"build": "ncc build src/main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:ServiceNow/servicenow-devops-register-package.git"
},
"keywords": [
"devops",
"servicenow",
"register",
"package"
],
"author": "ServiceNow",
"license": "ISC",
"bugs": {
"url": "https://github.com/ServiceNow/servicenow-devops-register-package/issues"
},
"homepage": "https://github.com/ServiceNow/servicenow-devops-register-package#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@vercel/ncc": "^0.38.0",
"axios": "^1.7.7",
"follow-redirects": "^1.15.6"
}
}