{
  "name": "@intentic/sync",
  "version": "1.232.0",
  "description": "Local background agent that keeps a directory bidirectionally in sync with a remote intentic sandbox, one HTTP enrollment call, then Mutagen over tunnel SSH",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/intentic/intentic.git",
    "directory": "_sandbox/sync"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "bin": {
    "intentic-sync": "./dist/cli.js"
  },
  "dependencies": {
    "@stricli/core": "1.3.0",
    "tslib": "2.8.1",
    "@intentic/constants": "1.232.0",
    "@intentic/local-agent": "1.232.0",
    "@intentic/sandbox-contract": "1.232.0"
  },
  "devDependencies": {
    "@types/node": "24.13.2",
    "@typescript/native-preview": "7.0.0-dev.20260707.2",
    "vitest": "4.1.10",
    "@intentic/testing": "0.0.0",
    "@intentic/tsconfig": "0.0.0"
  },
  "scripts": {
    "build": "tsgo",
    "typecheck": "tsgo --noEmit -p tsconfig.test.json",
    "watch": "tsgo --build --watch",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}