Files
notes-react/express_backend/package.json
2022-04-03 16:38:57 +02:00

17 lines
318 B
JSON

{
"name": "notes",
"version": "1.0.0",
"description": "A notes-app",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.0",
"express": "^4.17.3",
"sqlite3": "^4.2.0"
}
}