mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:00 -04:00
Implemented API endpoints. Update README.md. Implemented health endpoint. Updated dependencies
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
"build": "tailwindcss -i ./css/style.css -o ./public/dist/style.css --minify"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"author": "Glenn de Haan",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cookie-parser": "^1.4.6",
|
||||
"ejs": "^3.1.9",
|
||||
"express": "^4.18.3",
|
||||
"express": "^4.19.1",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"node-unifi": "^2.5.1",
|
||||
"tailwindcss": "^3.4.1",
|
||||
|
||||
Reference in New Issue
Block a user