Update package.json
Browse files- package.json +7 -1
package.json
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"dependencies": {
|
3 |
-
"http": "0.0.0",
|
4 |
"cors": "^2.8.5",
|
5 |
"express": "^4.18.2",
|
6 |
"yahoo-finance2": "^2.8.1"
|
|
|
1 |
{
|
2 |
+
"name": "backend",
|
3 |
+
"version": "1.0.0",
|
4 |
+
"description": "",
|
5 |
+
"main": "app.js",
|
6 |
+
"scripts": {
|
7 |
+
"start": "node app.js"
|
8 |
+
},
|
9 |
"dependencies": {
|
|
|
10 |
"cors": "^2.8.5",
|
11 |
"express": "^4.18.2",
|
12 |
"yahoo-finance2": "^2.8.1"
|