diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..b6d8bdd --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "abizeugs", + "version": "1.0.0", + "main": "app.js", + "repository": "git@github.com:marvinborner/abizeugs", + "author": "LarsVomMars <lars@kroenner.eu>", + "license": "MIT", + "dependencies": { + "dotenv": "^8.2.0", + "express": "^4.17.1", + "express-rate-limit": "^5.1.3", + "mariadb": "^2.4.2" + } +} |