{
  "name": "web-sdk-bridge",
  "type": "module",
  "version": "1.0.3",
  "description": "Web and native sdk bridge package for front end.",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc -p .",
    "test": "umi-test",
    "coverage": "umi-test --coverage"
  },
  "keywords": [
    "bridge",
    "native",
    "sdk",
    "hybrid",
    "web"
  ],
  "author": "doubaozia",
  "repository": {
    "type": "git",
    "url": "https://github.com/doubaozia/web-sdk-bridge"
  },
  "bugs": {
    "url": "https://github.com/doubaozia/web-sdk-bridge/issues"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "jest": "^26.6.3",
    "jquery": "^3.5.1",
    "typescript": "^4.0.5",
    "umi-test": "^1.9.6"
  }
}
