@jealous-robot-dev/stan-client
Version:
32 lines (31 loc) • 658 B
JSON
{
"name": "@jealous-robot-dev/stan-client",
"version": "1.1.8",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"clean": "del ./build/*",
"build": "npm run clean && tsc"
},
"keywords": [
"common",
"nats-client",
"stan",
"event-types"
],
"author": "Ilya Nesterow",
"license": "ISC",
"devDependencies": {
"del-cli": "^3.0.0",
"typescript": "^3.8.3"
},
"dependencies": {
"@jealous-robot-dev/shared-types-app": "^1.0.10",
"@jealous-robot-dev/shared-types-databases": "^1.4.12",
"node-nats-streaming": "^0.3.2"
}
}