diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 03bc377..ff21939 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,8 @@ "start": "node index.js" }, "author": "Mateja Maric", - "license": "GPL-3.0" + "license": "GPL-3.0", + "dependencies": { + "express": "^4.17.1" + } } |