25 lines
565 B
JSON
25 lines
565 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",
|
|
"ejs": "^3.1.9",
|
|
"eta": "^3.2.0",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.18.0",
|
|
"lru-cache": "^10.2.0",
|
|
"nunjucks": "^3.2.4"
|
|
}
|
|
}
|