UNPKG

flyonui-cli-test

Version:

MCP configuration installer by FlyonUI

54 lines (53 loc) 1.15 kB
{ "name": "flyonui-cli-test", "version": "0.0.32", "type": "module", "description": "MCP configuration installer by FlyonUI", "main": "dist/index.js", "homepage": "https://flyonui.com", "repository": { "type": "git", "url": "git+https://github.com/DeepKumbhare85/cli.git" }, "files": [ "dist" ], "bin": { "flyonui-cli": "dist/cli.js" }, "scripts": { "build": "tsc && shx chmod +x dist/cli.js", "start": "node dist/cli.js", "dev": "nodemon --watch src --ext ts,json --exec \"npm run build\"", "prepare": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "ai", "flyonui", "cli", "installer" ], "author": "sergeibynas@gmail.com", "license": "ISC", "dependencies": { "chalk": "^5.3.0", "commander": "^12.0.0", "inquirer": "^12.5.0", "ora": "^8.0.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.28", "nodemon": "^3.1.0", "shx": "^0.3.4", "typescript": "^5.4.2" }, "engines": { "node": ">=18.0.0" }, "bugs": { "url": "https://github.com/DeepKumbhare85/cli/issues" } }