UNPKG

@lomray/microservice-gateway

Version:
54 lines (53 loc) 1.38 kB
declare const name: string; declare const version: string; declare const description: string; declare const main: string; declare const types: string; declare const keywords: string[]; declare namespace publishConfig { const access: string; } declare namespace repository { const type: string; const url: string; } declare namespace bugs { const url_1: string; export { url_1 as url }; } declare const homepage: string; declare const author: string; declare const license: string; declare const scripts: { test: string; "lint:check": string; "lint:format": string; "ts:check": string; build: string; "start:dev": string; "start:prod": string; }; declare const dependencies: { "@lomray/microservice-helpers": string; cors: string; lodash: string; "request-ip": string; }; declare const devDependencies: { "@types/cors": string; "@types/express": string; "@types/lodash": string; "@types/request-ip": string; }; declare namespace peerDependencies { const tslib: string; } declare const overrides: { typeorm: { xml2js: string; }; "winston-loki": { protobufjs: string; }; }; export { name, version, description, main, types, keywords, publishConfig, repository, bugs, homepage, author, license, scripts, dependencies, devDependencies, peerDependencies, overrides };