🏃‍♀️ Adds mock spot server to develop of API

This commit is contained in:
Rune Harlyk
2024-02-03 18:01:21 +01:00
parent 5bb1a0a675
commit e6f3786ffd
5 changed files with 1215 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "mock",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"ws": "^8.16.0"
}
}