Attempt to clarify installation instructions a little
[vchess.git] / server / package.json
1 {
2 "name": "vchess",
3 "version": "1.0.0",
4 "private": true,
5 "scripts": {
6 "start": "gulp start"
7 },
8 "dependencies": {
9 "cookie-parser": "^1.4.5",
10 "debug": "^4.2.0",
11 "express": "^4.17.1",
12 "http-errors": "^1.8.0",
13 "morgan": "^1.10.0",
14 "sanitize-html": "^2.1.2",
15 "node-cron": "^2.0.3",
16 "nodemailer": "^6.4.16",
17 "serve-favicon": "^2.5.0",
18 "sqlite3": "^5.0.0",
19 "ws": "^7.4.0"
20 },
21 "devDependencies": {
22 "gulp-nodemon": "^2.5.0"
23 }
24 }