FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
secureCodeBox/hook-sdk/nodejs/package.json at hash-finding · avicoder/secureCodeBox · GitHub
avicoder
/
secureCodeBox
Public
forked from
secureCodeBox/secureCodeBox
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
secureCodeBox
/
hook-sdk
/
nodejs
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (20 loc) · 458 Bytes
Breadcrumbs
secureCodeBox
/
hook-sdk
/
nodejs
/
package.json
Copy path
File metadata and controls
20 lines (20 loc) · 458 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name"
:
"
securecodebox-hook-sdk-nodejs
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
Handles external communication required for all secureCodeBox Hooks
"
,
"main"
:
"
hook-wrapper.js
"
,
"scripts"
: {
"test"
:
"
jest
"
},
"keywords"
: [],
"author"
:
"
iteratec GmbH
"
,
"license"
:
"
Apache-2.0
"
,
"dependencies"
: {
"@kubernetes/client-node"
:
"
^0.13.2
"
,
"axios"
:
"
^0.21.1
"
,
"ws"
:
"
^7.4.3
"
},
"devDependencies"
: {
"jest"
:
"
^26.6.3
"
}
}
Back
|
FazBrowse Home
|
New Git URL