24 lines
611 B
JSON
24 lines
611 B
JSON
{
|
|
"name": "finvis-backend",
|
|
"version": "1.0.0",
|
|
"description": "A financial tracking web app that allows users to track their investments across multiple exchanges.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint . --fix"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"mongoose": "^7.5.3",
|
|
"winston": "^3.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node-lts": "^18.12.5",
|
|
"@types/node": "^20.7.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
"@typescript-eslint/parser": "^6.7.3",
|
|
"eslint": "^8.50.0",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|