34 lines
788 B
JSON
34 lines
788 B
JSON
{
|
|
"name": "bliss",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"better-sqlite3": "^9.4.0",
|
|
"better-sqlite3-session-store": "^0.1.0",
|
|
"body-parser": "^1.20.2",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"dot": "^1.1.3",
|
|
"dotenv": "^16.4.7",
|
|
"ejs": "^3.1.9",
|
|
"eta": "^3.2.0",
|
|
"express": "^4.18.2",
|
|
"express-fileupload": "^1.5.0",
|
|
"express-session": "^1.18.0",
|
|
"express-ws": "^5.0.2",
|
|
"jsdom": "^24.1.0",
|
|
"lru-cache": "^10.2.0",
|
|
"nunjucks": "^3.2.4",
|
|
"path-to-regexp": "^6.2.2",
|
|
"web-push": "^3.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "3.3.3"
|
|
}
|
|
}
|