14 lines
282 B
JSON
14 lines
282 B
JSON
{
|
|
"name": "npm-audit",
|
|
"version": "1.0.0",
|
|
"description": "Démonstration OWASP 2025 RC1 A03 - npm audit",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"lodash": "4.17.11"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"private": true
|
|
}
|