hypixel-auction-notifier/app/package.json

32 lines
805 B
JSON
Raw Normal View History

2022-08-06 19:02:15 +02:00
{
2025-01-05 20:30:14 +01:00
"name": "hypixel-auction-notifier",
2024-12-27 21:17:59 +01:00
"version": "1.0.0",
2022-08-06 19:02:15 +02:00
"description": "Hypixel Skyblock Auction House Flip Notifier",
2024-12-27 21:17:59 +01:00
"main": "dist/index.js",
"author": "DuckySoLucky + MashClashXD + Ulysia + Sol",
"keywords": [],
"license": "GPL-3.0"
2022-08-06 19:02:15 +02:00
"scripts": {
2024-12-27 21:17:59 +01:00
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node index.ts"
2022-08-06 19:02:15 +02:00
},
2024-12-27 21:17:59 +01:00
"dependencies": {
"@types/node": "^22.10.2",
"@types/pg": "^8.11.10",
2024-12-27 21:17:59 +01:00
"@types/toastify-js": "^1.12.3",
"axios": "^0.24.0",
"copy-paste": "^1.5.3",
"discord.js": "^14.16.3",
"express": "^4.21.2",
"node-notifier": "^10.0.1",
"open": "^8.4.2",
"pg": "^8.13.1",
2024-12-27 21:17:59 +01:00
"prismarine-nbt": "^2.7.0",
"socket.io": "^4.8.1",
"toastify-js": "^1.12.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
2022-08-06 19:02:15 +02:00
}