@lomray/microservice-payment-stripe
Version:
Stripe payment microservice based on NodeJS & inverted json.
56 lines (55 loc) • 1.45 kB
TypeScript
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;
"typeorm:dev": string;
"typeorm:prod": string;
"start:dev": string;
"start:prod": string;
};
declare const dependencies: {
"@lomray/microservice-helpers": string;
"@lomray/microservices-client-api": string;
"class-transformer": string;
"class-validator": string;
"class-validator-jsonschema": string;
stripe: string;
typeorm: string;
uuidv4: string;
lodash: string;
};
declare const peerDependencies: {
tslib: string;
"@types/lodash": 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, peerDependencies, overrides };