xssbook/package.json

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