mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-02 13:43:06 +00:00
20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"name": "rln-wasm-example",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"dependencies": {
|
|
"@waku/rln": "file:../"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^4.11.1",
|
|
"copy-webpack-plugin": "^11.0.0"
|
|
}
|
|
}
|