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
|
|
|
}
|
|
|
|
}
|