diff options
author | IgrisBRC <[email protected]> | 2024-07-13 11:38:32 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-13 11:38:32 +0530 |
commit | 5edc39fcc24d95a7c52e69da49b3853c6d969f4a (patch) | |
tree | 6d18901d28e7fd36206c33cc72e6fb4d13862ebe /package.json | |
parent | 6355b9725ac4e18f8001ff7c9be73e8f78fd1d31 (diff) |
refactored the project
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
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" + } } |