hypixel-auction-notifier/package.json

29 lines
757 B
JSON

{
"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": "node dist/index.js",
"dev": "ts-node index.ts"
},
"dependencies": {
"@types/node": "^22.10.2",
"@types/toastify-js": "^1.12.3",
"axios": "^0.24.0",
"copy-paste": "^1.5.3",
"discord.js": "^14.16.3",
"express": "^4.21.2",
"mariadb": "^3.4.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",
"typescript": "^5.7.2"
}
}