FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
secureCodeBox/parser-sdk/nodejs/package.json at main · secureCodeBox/secureCodeBox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
secureCodeBox
/
secureCodeBox
Public
Notifications
You must be signed in to change notification settings
Fork
183
Star
985
Code
Issues
62
Pull requests
3
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
secureCodeBox
/
parser-sdk
/
nodejs
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 686 Bytes
Breadcrumbs
secureCodeBox
/
parser-sdk
/
nodejs
/
package.json
Copy path
File metadata and controls
23 lines (23 loc) · 686 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
21
22
23
{
"name"
:
"
@securecodebox/parser-sdk-nodejs
"
,
"version"
:
"
1.0.0
"
,
"type"
:
"
module
"
,
"description"
:
"
Handles external communication required for all secureCodeBox parsers
"
,
"main"
:
"
parser-wrapper.js
"
,
"keywords"
: [],
"author"
:
"
iteratec GmbH
"
,
"license"
:
"
Apache-2.0
"
,
"scripts"
: {
"build"
:
"
bun build --production --target=node --outdir=build/ --external=./parser/parser.js --sourcemap=external --minify ./parser-wrapper.js
"
},
"dependencies"
: {
"@kubernetes/client-node"
:
"
^2.0.0
"
,
"ajv"
:
"
^8.20.0
"
,
"ajv-draft-04"
:
"
^1.0.0
"
,
"ajv-formats"
:
"
^3.0.1
"
,
"jsonpointer"
:
"
^5.0.1
"
},
"devDependencies"
: {
"@types/node"
:
"
^26.2.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL