56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"name": "snyk",
|
|
"version": "1.1297.2",
|
|
"description": "snyk library and cli utility",
|
|
"files": [
|
|
"*"
|
|
],
|
|
"directories": {
|
|
"lib": "src",
|
|
"test": "test"
|
|
},
|
|
"bin": {
|
|
"snyk": "bin/snyk"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"scripts": {
|
|
"clean": "npx rimraf wrapper_dist tsconfig.tsbuildinfo",
|
|
"build": "tsc && cp -R src/generated wrapper_dist/",
|
|
"test": "npx jest test/*",
|
|
"postinstall": "node wrapper_dist/bootstrap.js exec"
|
|
},
|
|
"keywords": [
|
|
"security",
|
|
"vulnerabilities",
|
|
"advisories",
|
|
"audit",
|
|
"snyk",
|
|
"scan",
|
|
"docker",
|
|
"container",
|
|
"scanning"
|
|
],
|
|
"author": "snyk.io",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/snyk/snyk.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.4.1",
|
|
"rimraf": "^4.1.2",
|
|
"ts-jest": "^29.0.5",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/node": "^7.36.0",
|
|
"global-agent": "^3.0.0"
|
|
}
|
|
}
|