{
    "name": "@creditkarma/thrift-server-express",
    "version": "1.0.4",
    "description": "Express server middleware for the Apache Thrift protocol",
    "main": "dist/main/index.js",
    "types": "dist/main/index.d.ts",
    "files": [
        "dist/main"
    ],
    "keywords": [
        "thrift",
        "express",
        "typescript",
        "rpc",
        "microservices",
        "server",
        "framework"
    ],
    "scripts": {
        "clean": "rimraf ./dist ./src/tests/generated",
        "lint": "tslint --fix './src/**/*.ts'",
        "format": "prettier --write 'src/**/*.ts'",
        "prebuild": "npm run clean",
        "build": "npm run lint && npm run format && tsc",
        "test": "npm run test:only",
        "test:only": "echo 'No tests for thrift-server-express'; exit 0;"
    },
    "author": "Credit Karma",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/creditkarma/thrift-server/tree/master/packages/thrift-server-express"
    },
    "peerDependencies": {
        "@creditkarma/thrift-server-core": "^1.0.0",
        "@types/express": ">=4.0.0 <5.0.0",
        "express": ">=4.0.0 <5.0.0"
    },
    "devDependencies": {
        "@creditkarma/thrift-server-core": "^1.0.4",
        "@types/body-parser": "^1.16.5",
        "@types/express": "^4.16.0",
        "@types/node": "^16.11.0",
        "express": "^4.16.3",
        "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": {
        "zipkin": "^0.15.0"
    },
    "publishConfig": {
        "access": "public"
    }
}
