aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 3ffc1aaa2c840850adb03f94449d0c6bea78d68a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "marksdatabase",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "run": "nodejs src/"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.18.3",
    "cookie-parser": "^1.4.4",
    "express": "^4.16.4",
    "jsonwebtoken": "^9.0.2",
    "mysql2": "^1.6.5",
    "readline-sync": "^1.4.10",
    "sequelize": "^6.33.0",
    "sqlite3": "^4.1.1"
  }
}