Files
simple-food-diary/scripts/package.json
Julien Lengrand-Lambert 13dbb68219 First attempt saving user
2021-08-12 16:15:30 +02:00

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"
}
}