Initialized Node.js project #10

Merged
clbertolini merged 1 commits from 1-initialize-node-js-backend into main 2023-09-26 20:29:44 +00:00

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"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"
}