aboutsummaryrefslogtreecommitdiff
path: root/api/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/package.json')
-rw-r--r--api/package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/api/package.json b/api/package.json
new file mode 100644
index 0000000..23833e9
--- /dev/null
+++ b/api/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "qapi",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "cookie-parser": "^1.4.6",
+ "cors": "^2.8.5",
+ "express": "^4.18.1",
+ "express-cors": "^0.0.3",
+ "express-session": "^1.17.3",
+ "morgan": "^1.10.0",
+ "multer": "^1.4.5-lts.1"
+ }
+}