mirror of
https://github.com/DerTyp7/notes-react.git
synced 2025-10-29 12:32:11 +01:00
17 lines
318 B
JSON
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"
|
|
}
|
|
}
|