Merge branch '1-initialize-node-js-backend' into 'main'
Initialized Node.js project Closes #1 See merge request finvis/backend!2
This commit is contained in:
commit
415f2d4e89
11
package.json
Normal file
11
package.json
Normal 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"
|
||||||
|
}
|
Reference in New Issue
Block a user