Demo is working

This commit is contained in:
2022-02-22 19:41:55 +00:00
parent 4898a09126
commit 61f638d8da
5 changed files with 1070 additions and 2 deletions
+8 -2
View File
@@ -4,9 +4,15 @@
"description": "",
"main": "server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node server/index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.0",
"express": "^4.17.3",
"node-fetch": "^2.0.0",
"sineql": "^0.5.0"
}
}