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:
30
Hostinger/mattermost-local-package.json
Normal file
30
Hostinger/mattermost-local-package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user