15 lines
378 B
JSON
15 lines
378 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": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|