20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"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",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cookie-parser": "^1.4.6",
|
|
"crypto": "^1.0.1",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^6.7.0"
|
|
}
|
|
}
|