grpc-boom
Version:
A gRPC implementation of the awesome Boom library to help create gRPC-friendly error objects.
43 lines (42 loc) • 1.28 kB
JSON
{
"name": "grpc-boom",
"version": "3.0.12",
"description": "A gRPC implementation of the awesome Boom library to help create gRPC-friendly error objects.",
"license": "BSD-3-Clause",
"main": "dist/index.js",
"keywords": [
"grpc",
"boom",
"error",
"errors",
"error-handling",
"typescript"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": "https://github.com/nicolaspearson/kalos.git",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
"lint:eslint": "yarn exec:eslint --cache-file .eslintcache $(pwd)",
"lint:eslint:fix": "yarn lint:eslint --fix",
"lint:prettier": "yarn exec:prettier --check $(pwd)",
"lint:prettier:fix": "yarn exec:prettier --write $(pwd)",
"lint": "yarn lint:eslint && yarn lint:prettier",
"lint:fix": "yarn lint:eslint:fix && yarn lint:prettier:fix",
"test:unit": "yarn exec:jest --config $(pwd)/test/jest.config.js"
},
"devDependencies": {
"@grpc/grpc-js": "1.8.14",
"@types/jest": "29.5.1",
"@types/node": "18.16.15",
"jest": "29.5.0",
"kalos": "workspace:*",
"protobufjs": "7.2.3",
"rimraf": "5.0.1",
"typescript": "5.0.4"
},
"peerDependencies": {
"@grpc/grpc-js": "1.8.14"
}
}