mirror of
https://github.com/waku-org/js-waku.git
synced 2025-03-01 20:41:04 +00:00
17 lines
336 B
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"
|
|
}
|
|
}
|