@ondewo/csi-client-typescript
Version:
ONDEWO Conversation System Integration (CSI) Client library for Typescript
39 lines (38 loc) • 950 B
JSON
{
"name": "@ondewo/csi-client-typescript",
"version": "5.2.0",
"description": "ONDEWO Conversation System Integration (CSI) Client library for Typescript",
"author": "ONDEWO GmbH <office@ondewo.com>",
"homepage": "https://ondewo.com",
"license": "Apache-2.0",
"keywords": [
"ondewo",
"csi",
"api",
"client",
"typescript",
"grpc"
],
"main": "public-api.js",
"typings": "public-api.d.ts",
"repository": {
"type": "git",
"directory": "https://github.com/ondewo/ondewo-csi-client-typescript"
},
"dependencies": {
"google-protobuf": "3.21.4",
"grpc-web": "^1.5.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@types/node": "^20.12.14",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"global": "^4.4.0",
"husky": "^9.1.6",
"prettier": "^3.3.3"
}
}