mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-10 14:06:12 +00:00
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"name": "@waku/rln-js-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "http-server"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT OR Apache-2.0",
|
|
"devDependencies": {
|
|
"http-server": "^14.1.1"
|
|
}
|
|
}
|