@kikitrade/api-gateway-client
Version:
alibaba cloud open api gateway two way communication library
45 lines (44 loc) • 1.16 kB
JSON
{
"name": "@kikitrade/api-gateway-client",
"version": "1.0.7",
"description": "alibaba cloud open api gateway two way communication library",
"main": "./dist/ws.js",
"types": "./dist/ws.d.ts",
"scripts": {
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register src/test/*.ts"
},
"author": "holly.hao@gwave.io",
"license": "Apache-2.0",
"dependencies": {
"crypto-js": "3.3.0",
"uuid": "8.2.0"
},
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/crypto-js": "^3.1.47",
"@types/log4js": "^2.3.5",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.14",
"@types/uuid": "^8.0.0",
"chai": "^4.3.4",
"log4js": "^6.3.0",
"mocha": "^8.4.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kikitrade/api-gateway-client.git"
},
"keywords": [
"alibaba",
"cloud",
"open",
"gateway",
"api"
],
"bugs": {
"url": "https://github.com/kikitrade/api-gateway-client/issues"
},
"homepage": "https://github.com/kikitrade/api-gateway-client#readme"
}