@open-condo/bridge
Version:
A library that allows the client of your mini-application to communicate with the main user's client on different devices, using a common bridge API
49 lines • 1.35 kB
JSON
{
"name": "@open-condo/bridge",
"description": "A library that allows the client of your mini-application to communicate with the main user's client on different devices, using a common bridge API ",
"keywords": [
"condo",
"open-condo-software",
"client",
"bridge"
],
"version": "2.3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/open-condo-software/condo.git",
"directory": "packages/bridge"
},
"author": {
"name": "Matthew Savelev",
"email": "matthew@doma.ai",
"url": "https://github.com/SavelevMatthew"
},
"license": "MIT",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.es.js",
"browser": "dist/index.umd.js",
"types": "dist/types/src/index.d.ts",
"scripts": {
"build": "rm -rf dist && NODE_ENV=production rollup -c",
"watch": "rollup -c -w"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@open-condo/tsconfig": "^1.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"rollup": "^4.28.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"tslib": "^2.4.1",
"typescript": "^5.8.3"
}
}