soyuz-web/package.json

29 lines
729 B
JSON
Raw Normal View History

2023-01-04 11:17:41 +11:00
{
"name": "soyuz-web",
"version": "0.1.0",
"description": "Web app for publishing Gemini posts",
"main": "server.js",
"scripts": {
"dev": "./rundev",
2023-01-04 11:17:41 +11:00
"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"
],
2023-01-04 11:17:41 +11:00
"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",
"express": "^4.18.2",
"express-session": "^1.17.3",
"sprightly": "^1.0.3"
}
}