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

17 lines
336 B
JSON
Raw Normal View History

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