spring-petclinic/.github/workflows/package.json
2025-11-21 09:42:36 -08:00

12 lines
262 B
JSON

{
"name": "vulnerability-demo",
"version": "1.0.0",
"description": "Demo project to showcase vulnerability detection and remediation",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"lodash": "4.17.19"
}
}