react-native-webview-invoke
Version: 
Invoke functions between React Native and WebView directly
52 lines (51 loc) • 1.32 kB
JSON
{
  "name": "react-native-webview-invoke",
  "version": "0.6.2",
  "description": "Invoke functions between React Native and WebView directly",
  "main": "index.js",
  "scripts": {
    "build": "rollup -c",
    "static": "http-server dist",
    "start:react-native": "(cd dev && npm start)",
    "dev": "concurrently \"npm run static\" \"npm run start:react-native\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pinqy520/react-native-webview-invoke.git"
  },
  "keywords": [
    "react-native",
    "webview",
    "messager",
    "invoke",
    "react-native-webview-invoke",
    "hybrid"
  ],
  "author": "Huang Qi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pinqy520/react-native-webview-invoke/issues"
  },
  "files": [
    "native.js",
    "browser.js",
    "factory.js",
    "native.d.ts",
    "browser.d.ts",
    "factory.d.ts",
    "src",
    "dist"
  ],
  "homepage": "https://github.com/pinqy520/react-native-webview-invoke#readme",
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.10.0",
    "@babel/preset-env": "^7.10.0",
    "concurrently": "^5.0.0",
    "http-server": "^0.12.3",
    "rollup": "^2.0.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-node-resolve": "^5.0.0"
  }
}