mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
31 lines
956 B
JSON
31 lines
956 B
JSON
{
|
|
"name": "container-scanner",
|
|
"version": "3.0.0",
|
|
"description": "A Container Security Scanner",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "ts-node --max-http-header-size=80000 index.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "node --inspect=0.0.0.0 --max-http-header-size=80000 index.ts",
|
|
"audit": "npm audit --audit-level=low",
|
|
"dep-check": "depcheck ./ --skip-missing=true"
|
|
},
|
|
"author": "HackerBay, Inc.",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"common-server": "file:../common-server",
|
|
"axios": "^0.26.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"node-cron": "^3.0.0",
|
|
"ping": "^0.4.1",
|
|
"uuid": "^8.3.2",
|
|
"winston": "^3.6.0",
|
|
"winston-slack-transport": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"depcheck": "^1.4.3"
|
|
}
|
|
}
|