aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: b6d8bdd7fb95e50723b270f37fb6beb730fb4cef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
  }
}