{
  "name": "@sfdt/host",
  "version": "0.11.0",
  "description": "Native messaging host that bridges the @sfdt/extension Chrome extension to the sfdt CLI when the sfdt ui localhost server is unavailable.",
  "license": "Apache-2.0",
  "private": true,
  "type": "module",
  "bin": {
    "sfdt-host": "./src/index.js"
  },
  "main": "./src/index.js",
  "scripts": {
    "test": "vitest run"
  },
  "dependencies": {
    "@sfdt/flow-core": "^0.10.0",
    "execa": "^9.5.2",
    "fs-extra": "^11.3.0"
  }
}
