{ "name": "hypixel-auction-notifier", "version": "1.0.0", "description": "Hypixel Skyblock Auction House Flip Notifier", "main": "dist/index.js", "author": "DuckySoLucky + MashClashXD + Ulysia + Sol", "keywords": [], "scripts": { "build": "tsc", "start": "ts-node src/index.ts", "dev": "ts-node index.ts", "typeorm": "typeorm-ts-node-commonjs" }, "dependencies": { "@types/toastify-js": "^1.12.3", "axios": "^0.24.0", "copy-paste": "^1.5.3", "discord.js": "^14.16.3", "express": "^4.21.2", "mysql2": "^3.12.0", "node-notifier": "^10.0.1", "open": "^8.4.2", "prismarine-nbt": "^2.7.0", "socket.io": "^4.8.1", "toastify-js": "^1.12.0", "ts-node": "^10.9.2", "typeorm": "0.3.20", "typescript": "^5.7.2", "reflect-metadata": "^0.1.13", "mysql": "^2.14.1" }, "devDependencies": { "@types/node": "^16.11.10", "ts-node": "10.9.1", "typescript": "4.5.2" } }