Updated docs

This commit is contained in:
2025-12-31 16:55:14 -05:00
parent b5c7f683b0
commit c0cfed1b1d
3 changed files with 684 additions and 206 deletions
+8 -1
View File
@@ -10,7 +10,14 @@
],
"scripts": {
"start": "node ./bin/www",
"dev": "npx nodemon --ignore public/ ./bin/www"
"dev": "npx nodemon --ignore public/ ./bin/www",
"test": "node --test test/**/*.test.js",
"test:unit": "node --test test/unit/**/*.test.js",
"test:integration": "node --test test/integration/**/*.test.js",
"test:watch": "node --test --watch test/**/*.test.js"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",