mirror of
https://github.com/status-im/status-web.git
synced 2025-01-09 12:15:55 +00:00
17 lines
285 B
JSON
17 lines
285 B
JSON
{
|
|
"name": "@dappconnect/preview-proxy",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"node-fetch": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "yarn node src/index.js",
|
|
"fix": "",
|
|
"build": "",
|
|
"test": ""
|
|
}
|
|
}
|