git/package.json

20 lines
427 B
JSON

{
"name": "thw-auth",
"version": "1.0.0",
"description": "Centralized auth service for The Howling Whispers",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js"
},
"dependencies": {
"better-sqlite3": "^12.11.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"uuid": "^9.0.0"
}
}