{
  "name": "@meshcore/cli",
  "version": "1.4.1",
  "description": "Official CLI for managing AI agents in MeshCore.ai with LLM-powered metadata extraction",
  "main": "dist/index.js",
  "bin": {
    "mesh": "./dist/index.js"
  },
  "files": [
    "dist/**/*",
    "README.md",
    ".env.example"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/index.ts",
    "start": "node dist/index.js",
    "mesh": "npm run build && node dist/index.js",
    "lint": "eslint src/**/*.ts",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "test": "echo \"Tests coming soon\" && exit 0"
  },
  "keywords": [
    "meshcore",
    "ai",
    "agents",
    "cli",
    "artificial-intelligence",
    "automation",
    "llm",
    "openai",
    "agent-management"
  ],
  "author": "MeshCore Team",
  "license": "MIT",
  "homepage": "https://meshcore.ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/MeshCore-ai/mesh-cli.git"
  },
  "bugs": {
    "url": "https://github.com/MeshCore-ai/mesh-cli/issues"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "dotenv": "^16.3.1",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1",
    "gray-matter": "^4.0.3",
    "glob": "^10.3.0",
    "cli-table3": "^0.6.3"
  },
  "devDependencies": {
    "@types/inquirer": "^8.2.10",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.50.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.2.0"
  }
}
