18 lines
457 B
JSON
18 lines
457 B
JSON
{
|
|
"name": "@mtqt/http-proxy",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "HTTP(S) proxy support for mtqt",
|
|
"author": "Alisa Sireneva <me@tei.su>",
|
|
"license": "LGPL-3.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
|
|
"docs": "npx typedoc",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@mtqt/core": "^1.0.0",
|
|
"debug": "^4.3.1"
|
|
}
|
|
}
|