{
  "name": "@dg-kit/protocol",
  "version": "1.13.0",
  "description": "DG-Lab Coyote V2 / V3 BLE protocol adapters (transport-agnostic)",
  "license": "MIT",
  "author": "0xNullAI",
  "homepage": "https://github.com/0xNullAI/DG-Kit/tree/main/packages/protocol",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0xNullAI/DG-Kit.git",
    "directory": "packages/protocol"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@dg-kit/core": "1.13.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "dg-lab",
    "coyote",
    "ble",
    "bluetooth",
    "protocol"
  ]
}
