UNPKG

xkite-cli

Version:

A CLI for xkite-core library for prototyping and testing with Apache Kafka

58 lines (57 loc) 1.55 kB
{ "name": "xkite-cli", "version": "1.0.5", "description": "A CLI for xkite-core library for prototyping and testing with Apache Kafka", "main": "dist/index.js", "bin": { "xkite-cli": "./dist/index.js" }, "scripts": { "clean": "rm -rf dist/", "build": "npm run clean && npx tsc", "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1", "installer": "npm run build && npm install -g && npm run message", "message": "echo 'Installation complete. Please type xkite-cli in the terminal to test.'", "push": "npm publish --access public", "dev": "xkite-cli" }, "homepage": "https://github.com/oslabs-beta/xkite-cli", "repository": { "type": "git", "url": "https://github.com/oslabs-beta/xkite-cli" }, "keywords": [ "kafka", "docker", "spring", "ksql", "kafkajs", "CLI" ], "author": "Zahara Aviv <zahara.aviv@gmail.com>", "license": "MIT", "dependencies": { "@reduxjs/toolkit": "^1.9.3", "@types/fs-extra": "^11.0.1", "@types/get-port": "^4.2.0", "@types/js-yaml": "^4.0.5", "buffer": "^6.0.3", "commander": "^10.0.0", "docker-compose": "^0.23.19", "figlet": "^1.5.2", "fs-extra": "^11.1.0", "get-port": "^6.1.2", "js-yaml": "^4.1.0", "node-fetch": "^2.6.9", "os": "^0.1.2", "path": "^0.12.7", "xkite-core": "^1.0.25", "zip-local": "^0.3.5" }, "devDependencies": { "@types/node": "^18.15.0", "typescript": "^4.9.5", "xkite-core": "^1.0.25" } }