You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
359 B
JSON

{
"name": "opaque-proxy",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"opaque-proxy": "./index.mjs"
},
"author": "",
"license": "ISC",
"dependencies": {
"@koa/router": "^10.1.1",
"axios": "^0.23.0",
"koa": "^2.13.3"
}
}