littleshop/Hostinger/mattermost-local-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
654 B
JSON

{
"name": "btcpay-mattermost-local-api",
"version": "1.0.0",
"description": "Local API for Mattermost to retrieve BTCPay onion addresses via SSH",
"main": "mattermost_local_api.js",
"scripts": {
"start": "node mattermost_local_api.js",
"test": "curl http://localhost:3333/health",
"dev": "nodemon mattermost_local_api.js"
},
"dependencies": {
"express": "^4.18.2"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"keywords": [
"mattermost",
"btcpay",
"ssh",
"onion",
"webhook",
"local-api"
],
"author": "LittleShop Team",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
}
}