aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 0c45936bfab0f81f48f86c5452ad28b3eac701e5 (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": "^8.5.1",
    "mysql2": "^1.6.5",
    "readline-sync": "^1.4.10",
    "sequelize": "^5.19.5",
    "sqlite3": "^4.1.1"
  }
}