@selfage/node_service_client
Version:
Http client to make remote call to services from Nodejs applications.
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "@selfage/node_service_client",
"version": "2.2.3",
"description": "Http client to make remote call to services from Nodejs applications.",
"repository": {
"type": "git",
"url": "git+https://github.com/selfage/node_service_client.git"
},
"keywords": [
"Nodejs",
"Http",
"POST",
"Service",
"Client"
],
"author": "Yuxuan Xie <ykuyo.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/selfage/node_service_client/issues"
},
"homepage": "https://github.com/selfage/node_service_client#readme",
"main": "./client.js",
"types": "./client.d.ts",
"files": [
"**/*.js",
"**/*.d.ts",
"!**/*_test.*",
"!test_data/**/*"
],
"devDependencies": {
"@selfage/cli": "^5.0.3",
"@selfage/test_runner": "^5.2.0",
"@selfage/tsconfig": "^1.1.0",
"@types/express": "^4.17.21",
"@types/node": "^22.5.0",
"express": "^4.19.2",
"typescript": "^5.6.2"
},
"dependencies": {
"@selfage/http_error": "^1.1.2",
"@selfage/message": "^3.5.10",
"@selfage/service_descriptor": "^5.3.2",
"@selfage/test_matcher": "^2.1.10",
"get-stream": "^6.0.1"
}
}