{
  "name": "@pylonsync/cli",
  "version": "0.11.3",
  "description": "Pylon CLI — `pylon dev`, `pylon start`, `pylon migrate`, etc. Bundles the native binary for your platform via optionalDependencies, no postinstall script required.",
  "license": "MIT",
  "homepage": "https://pylonsync.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/pylonsync/pylon.git",
    "directory": "packages/cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "./bin/pylon.js",
  "bin": {
    "pylon": "./bin/pylon.js"
  },
  "files": [
    "bin/pylon.js",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "optionalDependencies": {
    "@pylonsync/cli-darwin-arm64": "0.11.3",
    "@pylonsync/cli-linux-x64": "0.11.3",
    "@pylonsync/cli-win32-x64": "0.11.3"
  }
}
