UNPKG

flutter-webview-bridge

Version:

A TypeScript/React bridge for seamless communication between Flutter WebView and web applications

49 lines (48 loc) 1.12 kB
{ "name": "flutter-webview-bridge", "version": "1.0.3", "description": "A TypeScript/React bridge for seamless communication between Flutter WebView and web applications", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "flutter", "webview", "bridge", "react", "typescript", "communication", "messageport", "hybrid-app" ], "author": "Daniil A.", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/daniil-a-dev/flutter-webview-bridge" }, "bugs": { "url": "https://github.com/daniil-a-dev/flutter-webview-bridge/issues" }, "files": [ "dist", "README.md", "LICENSE" ], "peerDependencies": { "react": ">=19.1.0" }, "devDependencies": { "@types/react": "^18.0.0", "react": "^18.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=20.0.0" } }