19 lines
365 B
JSON
19 lines
365 B
JSON
|
{
|
||
|
"name": "structshare",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@prisma/client": "^4.15.0",
|
||
|
"dotenv": "^16.1.4",
|
||
|
"express": "^4.18.2",
|
||
|
"mongodb": "^5.6.0",
|
||
|
"prisma": "^4.15.0"
|
||
|
}
|
||
|
}
|