| { | |
| "name": "koshx", | |
| "version": "1.0.0", | |
| "description": "Digital KoshX Unique Number Collectible", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js", | |
| "dev": "nodemon" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "koshx" | |
| }, | |
| "author": "Rohan Shaw", | |
| "license": "ISC", | |
| "dependencies": { | |
| "axios": "^1.13.2", | |
| "bcryptjs": "^3.0.3", | |
| "cors": "^2.8.5", | |
| "dotenv": "^17.2.3", | |
| "express": "^5.2.1", | |
| "google-auth-library": "^10.5.0", | |
| "jsonwebtoken": "^9.0.3", | |
| "mongoose": "^9.0.1", | |
| "node-cron": "^4.2.1", | |
| "use-sound": "^5.0.0", | |
| "web-push": "^3.6.7" | |
| } | |
| } | |