14 lines
263 B
JSON
14 lines
263 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": {
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|