js-waku/examples/waku-node/package.json

17 lines
336 B
JSON

{
"name": "@waku/node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"start": "node ./index.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT OR Apache-2.0",
"dependencies": {
"js-waku": "file:../../build/main"
}
}