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>
This commit is contained in:
2025-09-17 15:07:38 +01:00
parent bcca00ab39
commit e1b377a042
140 changed files with 32166 additions and 21089 deletions

View File

@@ -0,0 +1,30 @@
{
"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"
}
}