Spaces:
Running
Running
| { | |
| "name": "exocore-backend", | |
| "version": "2.0.0", | |
| "description": "Exocore authentication & user backend (TypeScript)", | |
| "main": "src/index.ts", | |
| "scripts": { | |
| "dev": "tsx src/index.ts", | |
| "start": "tsx src/index.ts", | |
| "build": "tsc", | |
| "build:secure": "tsc && node scripts/obfuscate-dist.js", | |
| "start:prod": "node dist/index.js", | |
| "get-token": "node scripts/getToken.js", | |
| "get-client": "node scripts/getClient.js" | |
| }, | |
| "type": "commonjs", | |
| "dependencies": { | |
| "@msgpack/msgpack": "^3.1.3", | |
| "@noble/ciphers": "^2.2.0", | |
| "@noble/hashes": "^2.2.0", | |
| "@types/ws": "^8.18.1", | |
| "axios": "^1.15.2", | |
| "cors": "^2.8.6", | |
| "dotenv": "^17.3.1", | |
| "express": "^5.2.1", | |
| "form-data": "^4.0.0", | |
| "googleapis": "^171.4.0", | |
| "multer": "^2.1.1", | |
| "nodemailer": "^8.0.4", | |
| "ws": "^8.20.0" | |
| }, | |
| "devDependencies": { | |
| "@types/express": "^5.0.6", | |
| "@types/multer": "^2.1.0", | |
| "@types/node": "^20.0.0", | |
| "@types/nodemailer": "^6.4.15", | |
| "javascript-obfuscator": "^4.1.1", | |
| "tsx": "^4.21.0", | |
| "typescript": "^5.6.0" | |
| } | |
| } | |