@creditkarma/thrift-server-hapi
Version:
A Hapi server plugin for the Apache Thrift protocol
58 lines (57 loc) • 1.69 kB
JSON
{
"name": "@creditkarma/thrift-server-hapi",
"version": "1.0.4",
"description": "A Hapi server plugin for the Apache Thrift protocol",
"main": "dist/main/index.js",
"types": "dist/main/index.d.ts",
"files": [
"dist/main"
],
"keywords": [
"thrift",
"hapi",
"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-hapi'; exit 0;"
},
"author": "Credit Karma",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/creditkarma/thrift-server/tree/master/packages/thrift-server-hapi"
},
"peerDependencies": {
"@creditkarma/thrift-server-core": "^1.0.0",
"@hapi/hapi": ">=20.0.0",
"@types/hapi__hapi": ">=20.0.0"
},
"devDependencies": {
"@creditkarma/thrift-server-core": "^1.0.4",
"@hapi/hapi": "^20.0.0",
"@types/hapi__hapi": "^20.0.0",
"@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": {
"zipkin": "^0.15.0"
},
"publishConfig": {
"access": "public"
}
}