write-ups-challenges-2021-2022/moderated/package.json

19 lines
373 B
JSON
Raw Permalink Normal View History

2021-12-02 23:33:26 +00:00
{
"name": "moderated",
"version": "1.0.0",
"description": "## Text",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"hbs": "^4.1.2",
"puppeteer": "^10.4.0"
}
}