bliss/package.json
HRG @ SCExC 80c6db1abd hello
2024-02-03 13:22:50 -05:00

17 lines
363 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": {
"better-sqlite3": "^9.4.0",
"better-sqlite3-session-store": "^0.1.0",
"express": "^4.18.2",
"express-session": "^1.18.0"
}
}