23 lines
547 B
JSON
23 lines
547 B
JSON
{
|
|
"name": "lifetracker-server",
|
|
"version": "1.0.0",
|
|
"description": "The backend server for Lifetracker.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "./node_modules/nodemon/bin/nodemon.js src/app.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"csv": "^6.2.12",
|
|
"express": "^4.18.2",
|
|
"morgan": "^1.10.0",
|
|
"node-appwrite": "^9.0.0",
|
|
"nodemon": "^2.0.22",
|
|
"strftime": "^0.10.1"
|
|
}
|
|
}
|