UNPKG

google-oauth-cli-generator

Version:

CLI tool to quickly set up Google OAuth authentication for hackathons and projects

31 lines 863 B
{ "name": "C:\\Users\\harsh\\OneDrive\\Pictures\\Desktop\\New folder (2)\\test-output\\package-test-backend", "version": "1.0.0", "private": true, "scripts": { "dev": "nodemon src/index.ts", "build": "tsc", "start": "node dist/index.js", "build:start": "npm run build && npm run start" }, "dependencies": { "express": "^4.18.2", "passport": "^0.6.0", "passport-google-oauth20": "^2.0.0", "express-session": "^1.17.3", "cors": "^2.8.5", "dotenv": "^16.3.1", "mongoose": "^7.5.0" }, "devDependencies": { "@types/node": "^20.8.0", "@types/express": "^4.17.17", "@types/passport": "^1.0.12", "@types/passport-google-oauth20": "^2.0.11", "@types/express-session": "^1.17.7", "@types/cors": "^2.8.14", "typescript": "^5.2.2", "ts-node": "^10.9.1", "nodemon": "^3.0.1" } }