mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-02 21:53:12 +00:00
25 lines
570 B
JSON
25 lines
570 B
JSON
{
|
|
"name": "@waku/noise-example",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"dependencies": {
|
|
"@waku/noise": "file:../",
|
|
"array-buffer-to-hex": "^1.0.0",
|
|
"hex-to-array-buffer": "^2.0.0",
|
|
"js-waku": "^0.29.0-29436ea",
|
|
"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"
|
|
}
|
|
}
|