watcher-ts/packages/react-peer/package.json
prathamesh0 38daa31029
Add a method to send messages on the network using pubsub (#293)
* Add a method to send messages using pubsub on a topic

* Update version to 0.2.22
2023-01-11 17:19:21 +05:30

38 lines
800 B
JSON

{
"name": "@cerc-io/react-peer",
"version": "0.2.22",
"description": "react-peer React component",
"main": "lib/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component --no-demo",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "yarn build",
"start": "nwb serve-react-demo",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"@cerc-io/peer": "^0.2.22"
},
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"nwb": "0.25.x",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"author": "",
"homepage": "",
"license": "AGPL-version-3.0",
"keywords": [
"react-component"
]
}