init create-waku-app

This commit is contained in:
weboko 2022-12-05 20:33:33 +01:00 committed by weboko
parent c8f0b2c716
commit 501bbaeabd
No known key found for this signature in database
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"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"
}
}