{ "name": "mango_alert_server", "version": "1.0.0", "main": "build/index", "license": "MIT", "scripts": { "build": "tsc", "postinstall": "tsc", "deploy": "git add . && git commit -m Heroku && git push heroku main", "start": "node --max_old_space_size=1024 --optimize_for_size build/index.js", "start:dev": "ts-node src/index.ts" }, "devDependencies": { "@tsconfig/node10": "^1.0.7", "@types/email-validator": "^1.0.6", "@types/koa": "^2.13.1", "@types/koa-bodyparser": "^4.3.0", "@types/koa-mongo": "^1.9.0", "@types/koa-router": "^7.4.1", "@types/koa__cors": "^3.0.2", "@types/mongodb": "^3.6.12", "@types/node": "^14.14.37", "@types/node-cron": "^2.0.3", "@types/node-fetch": "^2.5.10", "@types/node-telegram-bot-api": "^0.51.1", "@types/nodemailer": "^6.4.1", "@types/winston": "^2.4.4", "nodemon": "^2.0.7", "ts-node": "^9.1.1", "typescript": "^4.2.4" }, "dependencies": { "@blockworks-foundation/mango-client": "^3.3.25", "@koa/cors": "^3.1.0", "@notifi-network/notifi-node": "^0.8.0", "@solana/web3.js": "^1.36.0", "dotenv": "^8.2.0", "email-validator": "^2.0.4", "koa": "^2.13.1", "koa-bodyparser": "^4.3.0", "koa-mongo": "^1.9.3", "koa-router": "^10.0.0", "mongodb": "^3.6.6", "node-cron": "^3.0.0", "node-fetch": "^2.6.1", "node-telegram-bot-api": "^0.52.0", "nodemailer": "^6.5.0", "nodemailer-mailjet-transport": "^1.0.4", "twilio": "^3.60.0", "winston": "^3.3.3", "winston-discord-transport": "^1.3.0" }, "resolutions": { "@solana/web3.js": "^1.36.0" } }