mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-12 23:14:32 +00:00
95d13a52db
* init PoC from noise example * reimplement webrtc logic, add sending of ice candidate to a peer * add RTC abstractions and pretify code * finalize rtc connection * fix sending of the message * add favicon and manifest, rename package, rename build folder * add README with details * fix styling * add new stage for the example
24 lines
552 B
JSON
24 lines
552 B
JSON
{
|
|
"name": "@waku/noise-rtc",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"dependencies": {
|
|
"@waku/noise": "https://github.com/waku-org/js-noise.git",
|
|
"js-waku": "^0.29.0-29436ea",
|
|
"protobufjs": "^7.1.2",
|
|
"qrcode": "^1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^4.11.1"
|
|
}
|
|
}
|