Files
notes-react/express_backend/package.json
j.mei7 3deabbe306 init
2022-04-02 21:58:00 +02:00

16 lines
288 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": {
"express": "^4.17.3",
"sqlite3": "^4.2.0"
}
}