xssbook/package.json

20 lines
420 B
JSON
Raw Normal View History

2023-01-20 04:50:15 +00:00
{
"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": {
2023-01-21 20:45:14 +00:00
"better-sqlite3": "^8.0.1",
"cheerio": "^1.0.0-rc.12",
2023-01-21 20:45:14 +00:00
"cookie-parser": "^1.4.6",
2023-01-21 14:08:22 +00:00
"express": "^4.18.2",
2023-01-24 02:40:41 +00:00
"express-rate-limit": "^6.7.0",
"node-cron": "^3.0.2"
2023-01-20 04:50:15 +00:00
}
}