soyuz-web/package.json
Hugh Rundle 91cb731433 fix saveFile & remove dotenv
- fix saveFile on publish using non-existent username
- asyncify some DB calls
- remove dotenv
2023-01-11 13:30:52 +11:00

29 lines
729 B
JSON

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