15 lines
288 B
JSON
15 lines
288 B
JSON
|
|
{
|
||
|
|
"name": "vuln-project",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "mosec-node-plugin test project",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"mongoose": "^5.7.3"
|
||
|
|
}
|
||
|
|
}
|