{
  "name": "wgappsdk",
  "version": "1.0.1",
  "description": "WarGaming App SDK for WebView communication",
  "type": "module",
  "main": "dist/wgappsdk.cjs.js",
  "module": "dist/wgappsdk.esm.js",
  "browser": "dist/wgappsdk.umd.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c && tsc --emitDeclarationOnly",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zonghua2016/wgAppSdk.git"
  },
  "keywords": [
    "wargaming",
    "sdk",
    "webview",
    "native",
    "bridge"
  ],
  "author": "tongzonghua",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/zonghua2016/wgAppSdk/issues"
  },
  "homepage": "https://github.com/zonghua2016/wgAppSdk#readme",
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.1",
    "@types/node": "^20.1.7",
    "rollup": "^3.21.8",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "tslib": "^2.5.0",
    "typescript": "^5.0.4"
  }
}
