UNPKG

zookeeper-commands

Version:

A node.js client to run ZooKeeper Commands the four letter words.

49 lines (48 loc) 1.38 kB
{ "name": "zookeeper-commands", "version": "2.0.4", "description": "A node.js client to run ZooKeeper Commands the four letter words.", "main": "dist/index.js", "typings": "dist/index", "files": [ "dist/" ], "scripts": { "lint": "tslint src/**/*.ts", "build": "rimraf dist/ && tsc", "test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-diff", "test": "npm run lint && npm run build && npm run test-spec", "prepublish": "npm run lint && npm run build && rimraf dist/**/*.spec.* " }, "repository": { "type": "git", "url": "git+https://github.com/Quobject/zookeeper-commands.git" }, "keywords": [ "zookeeper commands", "zookeeper" ], "author": "Matthias Ludwig <mludwig@quobject.io>", "license": "MIT", "bugs": { "url": "https://github.com/Quobject/zookeeper-commands/issues" }, "homepage": "https://github.com/Quobject/zookeeper-commands", "devDependencies": { "@types/blue-tape": "^0.1.32", "@types/lodash": "4.14.136", "blue-tape": "^1.0.0", "rimraf": "^2.6.3", "tap-diff": "^0.1.1", "ts-node": "^8.3.0", "tslint": "^5.18.0", "typescript": "^3.5.3" }, "dependencies": { "lodash": "^4.17.15", "node-netcat": "^1.4.8", "node-zookeeper-client": "^1.0.0", "core-js": "^3.1.4", "nodeify-ts": "^1.0.6" } }