UNPKG

1.51 kBJSONView Raw
1{
2 "name": "@creditkarma/thrift-client",
3 "version": "0.13.2",
4 "description": "Thrift client library for NodeJS written in TypeScript.",
5 "main": "dist/main/index.js",
6 "types": "dist/main/index.d.ts",
7 "files": [
8 "dist/main",
9 "dist/ttwitter"
10 ],
11 "directories": {
12 "example": "example"
13 },
14 "keywords": [
15 "thrift",
16 "typescript",
17 "rpc",
18 "microservices",
19 "http client",
20 "framework"
21 ],
22 "scripts": {
23 "clean": "rimraf ./dist",
24 "lint": "tslint --fix './src/**/*.ts'",
25 "format": "prettier --write 'src/**/*.ts'",
26 "prebuild": "npm run clean && npm run lint && npm run format",
27 "build": "tsc",
28 "test": "npm run test:only",
29 "test:only": "echo 'No tests for thrift-client'; exit 0;"
30 },
31 "author": "Credit Karma",
32 "license": "Apache-2.0",
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/creditkarma/thrift-server/tree/master/packages/thrift-client"
36 },
37 "peerDependencies": {
38 "@creditkarma/thrift-server-core": "0.12.x"
39 },
40 "devDependencies": {
41 "@creditkarma/thrift-server-core": "^0.13.2",
42 "@types/node": "^8.10.38",
43 "prettier": "^1.15.1",
44 "rimraf": "^2.6.2",
45 "tslint": "^5.11.0",
46 "tslint-config-prettier": "^1.15.0",
47 "tslint-plugin-prettier": "^2.0.0",
48 "typescript": "3.2.x"
49 },
50 "dependencies": {
51 "@types/generic-pool": "^3.1.4",
52 "@types/request": "^2.48.1",
53 "generic-pool": "^3.4.2",
54 "request": "^2.88.0"
55 },
56 "publishConfig": {
57 "access": "public"
58 }
59}