first-space / package.json
chartManD's picture
get de registros glucosa por id usuario
a98870b
raw
history blame contribute delete
595 Bytes
{
"name": "server-diabetec",
"description": "---\r title: Diabetec\r emoji: 🌍\r colorFrom: yellow\r colorTo: pink\r sdk: docker\r pinned: false\r license: cc-by-nc-nd-4.0\r app-port: 7680\r ---",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "node main.js",
"dev": "node --env-file .env --watch main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.19.2",
"mongoose": "^8.6.2"
}
}