summaryrefslogtreecommitdiff
path: root/package.json
blob: ef46f509970102e65fe622bfc50788809620f9b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "xssbook",
  "version": "1.0.0",
  "description": "a terrible facebook clone",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "author": "Tyler Murphy",
  "license": "WTFPL",
  "dependencies": {
    "better-sqlite3": "^8.0.1",
    "cookie-parser": "^1.4.6",
    "crypto": "^1.0.1",
    "dotenv": "^16.0.3",
    "express": "^4.18.2",
    "express-rate-limit": "^6.7.0"
  }
}