js-rln/example/package.json

22 lines
464 B
JSON
Raw Normal View History

2022-09-06 16:40:19 -04:00
{
2022-09-26 11:31:32 +10:00
"name": "@waku/rln-example",
"private": true,
2022-09-06 16:40:19 -04:00
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server"
},
"dependencies": {
"@waku/rln": "file:../",
"@waku/utils": "^0.0.11"
2022-09-06 16:40:19 -04:00
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
2022-09-06 16:40:19 -04:00
}
}