summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-13 11:38:32 +0530
committerIgrisBRC <[email protected]>2024-07-13 11:38:32 +0530
commit5edc39fcc24d95a7c52e69da49b3853c6d969f4a (patch)
tree6d18901d28e7fd36206c33cc72e6fb4d13862ebe /package.json
parent6355b9725ac4e18f8001ff7c9be73e8f78fd1d31 (diff)
refactored the project
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"
+ }
}