UNPKG

solr-zkcli

Version:

A node.js wrapper for the Solr's ZooKeeper CLI zkcli.sh to manage SolrCloud configuration parameters

62 lines (61 loc) 1.64 kB
{ "name": "solr-zkcli", "version": "3.2.3", "description": "A node.js wrapper for the Solr's ZooKeeper CLI zkcli.sh to manage SolrCloud configuration parameters", "license": "MIT", "author": { "name": "Matthias Ludwig", "email": "mludwig@quobject.io" }, "main": "./dist/main.js", "scripts": { "clean": "npx del dist", "lint": "npx tslint --project .", "compile": "npx tsc", "build": "npm run lint && npm run clean && npm run compile", "test": "npm run build && npx jasmine", "app": "npm run compile && node \"./dist/main.js\" ", "crunch": "chokidar \"src/**/*.*\" -c \"npm run test\" --silent=true" }, "repository": { "type": "git", "url": "git+https://github.com/Quobject/solr-zkcli.git" }, "keywords": [ "solr", "zookeeper", "zkcli", "zkcli.bat", "zkcli.sh", "SolrCloud" ], "bugs": { "url": "https://github.com/Quobject/solr-zkcli/issues" }, "homepage": "https://github.com/Quobject/solr-zkcli", "devDependencies": { "@types/jasmine": "3.3.16", "chokidar-cli": "1.2.2", "del": "5.0.0", "del-cli": "2.0.0", "jasmine": "3.4.0", "jasmine-reporters": "2.3.2", "jasmine-ts-console-reporter": "3.1.1", "npm-run-all": "4.1.5", "npx": "10.2.0", "ts-node": "8.3.0", "tslint": "5.18.0", "typescript": "3.5.3", "@types/lodash": "4.14.136", "@types/node": "12.6.8", "concurrently": "4.1.1" }, "dependencies": { "docker-cli-js": "2.5.3", "jsonpath-plus": "0.20.1", "lodash": "4.17.15", "moment": "2.24.0", "nodeify-ts": "1.0.6", "promise-delay": "2.1.0" } }