UNPKG

@creditkarma/thrift-client

Version:

Thrift client library for NodeJS written in TypeScript.

59 lines (58 loc) 1.65 kB
{ "name": "@creditkarma/thrift-client", "version": "1.0.4", "description": "Thrift client library for NodeJS written in TypeScript.", "main": "dist/main/index.js", "types": "dist/main/index.d.ts", "files": [ "dist/main", "dist/ttwitter" ], "directories": { "example": "example" }, "keywords": [ "thrift", "typescript", "rpc", "microservices", "http client", "framework" ], "scripts": { "clean": "rimraf ./dist", "lint": "tslint --fix './src/**/*.ts'", "format": "prettier --write 'src/**/*.ts'", "prebuild": "npm run clean && npm run lint && npm run format", "build": "tsc", "test": "npm run test:only", "test:only": "echo 'No tests for thrift-client'; exit 0;" }, "author": "Credit Karma", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/creditkarma/thrift-server/tree/master/packages/thrift-client" }, "peerDependencies": { "@creditkarma/thrift-server-core": "^1.0.0" }, "devDependencies": { "@creditkarma/thrift-server-core": "^1.0.4", "@types/node": "^16.11.0", "prettier": "^1.18.2", "rimraf": "^2.6.2", "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0", "tslint-plugin-prettier": "^2.0.0", "typescript": "4.6.x" }, "dependencies": { "@types/generic-pool": "^3.1.4", "generic-pool": "^3.4.2", "got": "^11.8.3" }, "publishConfig": { "access": "public" } }