diff --git a/package.json b/package.json new file mode 100644 index 0000000..7a316fa --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "server", + "version": "1.0.0", + "main": "index.js", + "type": "module", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "description": "", + "dependencies": { + "axios": "^1.7.7", + "chai": "^5.1.1", + "cors": "^2.8.5", + "express": "^4.21.0", + "http-proxy-middleware": "^3.0.3", + "mocha": "^10.7.3" + } +}