mirror of
https://github.com/jlengrand/simple-food-diary.git
synced 2026-03-10 08:41:19 +00:00
15 lines
272 B
JSON
15 lines
272 B
JSON
{
|
|
"name": "scripts",
|
|
"version": "1.0.0",
|
|
"description": "test scripts",
|
|
"main": "mongo-tests.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mongoose": "^5.13.7"
|
|
}
|
|
}
|