summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 15058b1..e2871a9 100644
--- a/package.json
+++ b/package.json
@@ -2,12 +2,15 @@
"name": "chess",
"version": "1.0.0",
"main": "index.js",
- "type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
- "description": ""
+ "description": "",
+ "dependencies": {
+ "dotenv": "^16.4.5",
+ "express": "^4.19.2"
+ }
}