feat: add basic blog features
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "pathtoglory",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node --env-file=.env ./index.js",
|
||||
"db:migrate": "node db/migrate.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@simplewebauthn/server": "^13.2.3",
|
||||
"cookie-parser": "~1.4.4",
|
||||
"debug": "~2.6.9",
|
||||
"express": "^4.22.1",
|
||||
"http-errors": "~1.6.3",
|
||||
"morgan": "^1.10.1",
|
||||
"pg": "^8.18.0",
|
||||
"pug": "^2.0.4",
|
||||
"rb26": "^1.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user