{
  "name": "@tremendo-studio/flyio-broadcast",
  "version": "1.0.6",
  "type": "module",
  "description": "A utility library for broadcasting messages between Fly.io app instances.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --project tsconfig.json --outDir ./dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Hernan Poncetta <hernanponcetta@mail.com>",
  "license": "MIT",
  "keywords": ["flyio", "broadcast", "instance", "sync", "dns"],
  "files": [
    "dist/",
    "README.md"
  ],
  "prettier": {
    "semi": false,
    "printWidth": 100
  },
  "devDependencies": {
    "@types/node": "^22.4.0",
    "typescript": "^5.5.4"
  }
}