mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-01 21:04:12 +01:00
13 lines
189 B
JSON
13 lines
189 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"name": "@cryptgeon/proxy",
|
||
|
"type": "module",
|
||
|
"main": "./proxy.js",
|
||
|
"scripts": {
|
||
|
"dev": "node ."
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"http-proxy": "^1.18.1"
|
||
|
}
|
||
|
}
|