{ "name": "stanz-server", "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "nodemon --watch 'src/**' dist/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@commander-js/extra-typings": "^11.0.0", "commander": "^11.1.0", "dotenv": "^16.3.1", "express": "^4.18.2", "passport": "^0.6.0", "passport-google-oauth20": "^2.0.0", "typescript": "^5.2.2", "winston": "^3.11.0" }, "devDependencies": { "@types/express": "^4.17.19", "@types/passport": "^1.0.13", "@types/passport-google-oauth20": "^2.0.12", "nodemon": "^3.0.1" } }