17 lines
278 B
JSON
Raw Normal View History

2021-10-07 09:46:51 +02:00
{
"name": "@waku/preview-proxy",
2021-10-07 09:46:51 +02:00
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"dependencies": {
2022-01-11 09:27:32 +01:00
"node-fetch": "^2.6.0"
2021-10-07 09:46:51 +02:00
},
"scripts": {
"start": "yarn node src/index.js",
"fix": "",
"build": "",
"test": ""
}
}