{
  "name": "@wing-uni/bluetooth",
  "version": "0.0.7",
  "description": "wing uniapp bluetooth & BLE",
  "keywords": [
    "wing",
    "uniapp",
    "bluetooth",
    "BLE"
  ],
  "dependencies": {
    "wing-async-retry": "^0.0.4"
  },
  "peerDependencies": {
    "vue": "^3.2.0"
  },
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.es.js",
  "unpkg": "./dist/index.umd.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js",
      "browser": "./dist/index.umd.js",
      "node": "./dist/index.cjs.js"
    }
  },
  "files": [
    "dist"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Wayley/wing-uni.git",
    "directory": "packages/bluetooth"
  },
  "bugs": {
    "url": "https://github.com/Wayley/wing-uni/issues"
  },
  "homepage": "https://github.com/Wayley/wing-uni/blob/main/packages/bluetooth#readme"
}