mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
12 lines
262 B
JSON
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"
|
|
}
|
|
}
|