fatsoma-sync
Version:
Sync Fatsoma events with configurable DesignMyNight booking links
27 lines (26 loc) • 520 B
JSON
{
"name": "fatsoma-sync",
"version": "1.0.6",
"description": "Sync Fatsoma events with configurable DesignMyNight booking links",
"main": "index.js",
"bin": {
"fatsoma-sync": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fatsoma",
"sync",
"events",
"designmynight",
"booking",
"hospitality"
],
"author": "Hospitality HQ",
"license": "ISC",
"dependencies": {
"axios": "^1.9.0",
"luxon": "^3.6.1"
}
}