mirror of
https://github.com/waku-org/examples.waku.org.git
synced 2025-02-23 11:18:06 +00:00
22 lines
454 B
JSON
22 lines
454 B
JSON
|
{
|
||
|
"name": "create-waku-app",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Helper package to bootstrap Waku app ",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"waku",
|
||
|
"decentralised",
|
||
|
"communication",
|
||
|
"web3",
|
||
|
"ethereum",
|
||
|
"dapps"
|
||
|
],
|
||
|
"license": "MIT OR Apache-2.0",
|
||
|
"dependencies": {
|
||
|
"commander": "^9.4.1"
|
||
|
}
|
||
|
}
|
||
|
|