UNPKG

@lanonasis/cli

Version:

LanOnasis Enterprise CLI - Memory as a Service, API Key Management, and Infrastructure Orchestration

73 lines (72 loc) 1.73 kB
{ "name": "@lanonasis/cli", "version": "1.4.2", "description": "LanOnasis Enterprise CLI - Memory as a Service, API Key Management, and Infrastructure Orchestration", "main": "dist/index-simple.js", "bin": { "lanonasis": "dist/index-simple.js", "lanonasis-mcp-server": "dist/mcp-server.js", "memory": "dist/index-simple.js", "maas": "dist/index-simple.js" }, "type": "module", "scripts": { "dev": "tsx src/index.ts", "build": "tsc && chmod +x dist/index-simple.js", "start": "node dist/index.js", "test": "jest", "lint": "eslint src/**/*.ts", "type-check": "tsc --noEmit" }, "keywords": [ "lanonasis", "cli", "memory", "ai", "maas", "enterprise", "infrastructure", "orchestrator", "api-keys", "secrets", "mcp", "security" ], "author": "Lanonasis (Seye Derick)", "license": "MIT", "files": [ "dist", "README.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "@types/eventsource": "^1.1.15", "@types/ws": "^8.18.1", "axios": "^1.11.0", "chalk": "^5.4.1", "cli-table3": "^0.6.5", "commander": "^12.1.0", "date-fns": "^4.1.0", "dotenv": "^17.2.1", "eventsource": "^4.0.0", "inquirer": "^12.9.0", "jwt-decode": "^4.0.0", "open": "^10.2.0", "ora": "^8.2.0", "table": "^6.9.0", "word-wrap": "^1.2.5", "ws": "^8.18.3" }, "devDependencies": { "@types/inquirer": "^9.0.7", "@types/node": "^22.10.2", "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", "eslint": "^9.17.0", "tsx": "^4.19.2", "typescript": "^5.7.2" }, "engines": { "node": ">=18.0.0" } }