{ "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" } }