This repository has been archived on 2024-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Backend/package.json
Carter Bertolini 61e9e1ff3a Initialized Node.js project
Signed-off-by: Carter Bertolini <carterbertolini@gmail.com>
2023-09-26 16:22:54 -04:00

12 lines
323 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"
}