@dead_fish/jsbridge
Version:
A lightweight and easy-to-use jsBridge for Android and IOS platforms.
37 lines (36 loc) • 1.03 kB
JSON
{
"name": "@dead_fish/jsbridge",
"version": "1.0.11",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/bundle.js",
"module": "./dist/bundle.esm.js",
"license": "MIT",
"author": "dead_fish <18701717289@163.com>",
"exports": {
".": {
"import": "./dist/bundle.esm.js",
"require": "./dist/bundle.js",
"types": "./dist/types/index.d.ts"
}
},
"files": [
"dist"
],
"keywords": [
"jsBridge",
"Android JsBridge",
"IOS JsBridge"
],
"description": "A lightweight and easy-to-use jsBridge for Android and IOS platforms.",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.18.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.5.3"
}
}