littleshop/Hostinger/webhook-package.json
SysAdmin e1b377a042 Initial commit of LittleShop project (excluding large archives)
- BTCPay Server integration
- TeleBot Telegram bot
- Review system
- Admin area
- Docker deployment configuration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 15:07:38 +01:00

30 lines
657 B
JSON

{
"name": "btcpay-mattermost-webhook",
"version": "1.0.0",
"description": "Mattermost webhook to retrieve BTCPay Server onion addresses",
"main": "mattermost_btcpay_webhook.js",
"scripts": {
"start": "node mattermost_btcpay_webhook.js",
"test": "curl http://localhost:3001/health",
"dev": "nodemon mattermost_btcpay_webhook.js"
},
"dependencies": {
"express": "^4.18.2"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"keywords": [
"btcpay",
"mattermost",
"webhook",
"tor",
"onion",
"bitcoin"
],
"author": "LittleShop Team",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
}
}