xssbook/package.json

16 lines
288 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 14:08:22 +00:00
"express": "^4.18.2",
"sqlite3": "^5.1.4"
2023-01-20 04:50:15 +00:00
}
}