Spaces:
Running
Running
| { | |
| "name": "incursion-registration-form", | |
| "version": "1.0.0", | |
| "description": "Registration for new users", | |
| "main": "app.js", | |
| "scripts": { | |
| "start": "nodemon app.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "Pariansh Mahajan, Akarsh Srivastava , Saransh Gupta , Pancham Agarwal", | |
| "license": "ISC", | |
| "dependencies": { | |
| "axios": "^1.4.0", | |
| "cookie-parser": "^1.4.6", | |
| "discord": "^0.8.2", | |
| "discord.js": "^13.16.0", | |
| "dotenv": "^16.3.1", | |
| "express": "^4.18.2", | |
| "express-async-handler": "^1.2.0", | |
| "express-session": "^1.17.3", | |
| "md5": "^2.3.0", | |
| "mongoose": "^7.3.1", | |
| "node-fetch": "^3.3.1", | |
| "nodemailer": "^6.9.3", | |
| "nodemon": "^2.0.22", | |
| "socket.io": "^4.7.1", | |
| "url-parser": "^0.0.1", | |
| "uuid": "^9.0.0", | |
| "ws": "^8.13.0" | |
| } | |
| } | |