mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
38daa31029
* Add a method to send messages using pubsub on a topic * Update version to 0.2.22
38 lines
800 B
JSON
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"
|
|
]
|
|
}
|