UNPKG

local-elastic-docker

Version:

A package for creating / tearing down local Elasticsearch / Kibana single node clusters via Docker.

44 lines (43 loc) 1.25 kB
{ "name": "local-elastic-docker", "version": "3.0.2", "main": "dist/src/entry", "scripts": { "main": "npm run tsc && npm run lint && npm run flatten", "tsc": "rm -rf tsc-out && tsc --outDir tsc-out && rm -rf tsc-out", "lint": "tslint -p tsconfig.json", "flatten": "rm -rf dist && gulp flatten -c", "prepublishOnly": "npm run main" }, "keywords": [ "Docker", "Elasticsearch", "Kibana" ], "author": "Vincent S", "license": "MIT", "dependencies": { "fs-extra": "^7.0.0" }, "devDependencies": { "@types/fs-extra": "^5.0.4", "@types/node": "^10.10.1", "gulp": "^3.9.1", "gulp-cached": "^1.1.1", "gulp-typescript": "^5.0.0-alpha.3", "gulp-watch": "^5.0.1", "tslint": "^5.11.0", "tslint-eslint-rules": "^5.4.0", "typescript": "^3.0.3", "yargs": "^12.0.2" }, "description": "A package for creating / tearing down local Elasticsearch / Kibana single node clusters via Docker.", "repository": { "type": "git", "url": "git+https://github.com/VincentJ711/local-elastic-docker.git" }, "bugs": { "url": "https://github.com/VincentJ711/local-elastic-docker/issues" }, "homepage": "https://github.com/VincentJ711/local-elastic-docker#readme" }