{
  "name": "@entttom/viginti-mobile-push",
  "version": "1.0.9",
  "license": "MIT",
  "description": "Twenty marketplace app that registers iOS push devices for Viginti and relays task events to the Cloudflare push relay (Cloudflare Worker → FCM).",
  "keywords": [
    "twenty-app"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^24.5.0",
    "twenty": ">=2.14.0"
  },
  "type": "module",
  "main": "src/index.ts",
  "scripts": {
    "twenty": "twenty",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "build": "tsc -p tsconfig.build.json",
    "twenty:build": "twenty dev:build",
    "twenty:pack": "twenty dev:build --tarball",
    "prepare:twenty-package": "npm run twenty:build && node scripts/sync-twenty-package.mjs"
  },
  "devDependencies": {
    "@types/node": "^24.7.2",
    "twenty-client-sdk": "2.14.0",
    "twenty-sdk": "2.14.0",
    "typescript": "^5.9.3",
    "vitest": "^3.1.1"
  }
}
