soyuz-web/package.json
2023-01-04 11:17:41 +11:00

27 lines
723 B
JSON

{
"name": "soyuz-web",
"version": "0.1.0",
"description": "Web app for publishing Gemini posts",
"main": "server.js",
"scripts": {
"password-reset": "node cli.js password-reset",
"user-create": "node cli.js user-create"
},
"author": "Hugh Rundle <hugh@hughrundle.net> (https://www.hughrundle.net/)",
"license": "AGPL-3.0-or-later",
"keywords": ["gemini"],
"repository": {
"type": "git",
"url": "https://github.com/hughrun/soyuz-web.git"
},
"dependencies": {
"better-sqlite3": "^8.0.1",
"better-sqlite3-session-store": "^0.1.0",
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"sprightly": "^1.0.3"
}
}