Franck R 7581693fe6
Rename packages (#190)
To set under @waku npmjs organisation.
2022-01-14 12:44:41 +01:00

17 lines
278 B
JSON

{
"name": "@waku/preview-proxy",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"dependencies": {
"node-fetch": "^2.6.0"
},
"scripts": {
"start": "yarn node src/index.js",
"fix": "",
"build": "",
"test": ""
}
}