bliss/package.json

28 lines
621 B
JSON
Raw Normal View History

2024-02-03 13:22:50 -05:00
{
"name": "bliss",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2024-02-24 11:12:14 -05:00
"bcrypt": "^5.1.1",
2024-02-03 13:22:50 -05:00
"better-sqlite3": "^9.4.0",
"better-sqlite3-session-store": "^0.1.0",
2024-02-24 11:12:14 -05:00
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"dot": "^1.1.3",
"ejs": "^3.1.9",
"eta": "^3.2.0",
2024-02-03 13:22:50 -05:00
"express": "^4.18.2",
2024-02-24 11:12:14 -05:00
"express-session": "^1.18.0",
2024-06-02 00:39:30 -04:00
"jsdom": "^24.1.0",
2024-02-24 11:12:14 -05:00
"lru-cache": "^10.2.0",
2024-06-02 00:39:30 -04:00
"nunjucks": "^3.2.4",
"path-to-regexp": "^6.2.2"
2024-02-03 13:22:50 -05:00
}
}