summaryrefslogtreecommitdiffstats
path: root/backend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/package.json')
-rw-r--r--backend/package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/backend/package.json b/backend/package.json
new file mode 100644
index 0000000..625bee5
--- /dev/null
+++ b/backend/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "http-cookie-server-test",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "start": "yarn node index.js",
+ "dev": "yarn nodemon -i db.json index.js",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "body-parser": "^1.19.0",
+ "cookie-parser": "^1.4.4",
+ "express": "^4.17.1",
+ "js-sha512": "^0.8.0",
+ "lowdb": "^1.0.0",
+ "morgan": "^1.9.1",
+ "shortid": "^2.2.15"
+ },
+ "devDependencies": {
+ "nodemon": "^2.0.2"
+ }
+}