@agentled/cli
Version:
CLI for Agentled — manage workflows, apps, and knowledge from the command line. Zero context-window cost for AI agents.
59 lines (58 loc) • 1.44 kB
JSON
{
"name": "@agentled/cli",
"version": "0.8.3",
"description": "CLI for Agentled — manage workflows, apps, and knowledge from the command line. Zero context-window cost for AI agents.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"agentled": "dist/index.js"
},
"scripts": {
"build": "npm --prefix ../core run build && tsc && node -e \"const fs=require('fs'); if (fs.existsSync('dist/index.js')) fs.chmodSync('dist/index.js', 0o755);\"",
"dev": "tsc --watch",
"test": "npm run build && node --test src/commands/__tests__/*.test.mjs",
"start": "node dist/index.js",
"prepack": "npm run build",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@agentled/core": "^0.2.18",
"commander": "^12.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.5.0"
},
"engines": {
"node": ">=18"
},
"files": [
"dist",
"skills",
"codex-plugin-hooks",
"patterns",
"scaffolds",
"README.md",
"llms.txt",
"llms-full.txt"
],
"keywords": [
"agentled",
"workflows",
"cli",
"ai-agent",
"automation",
"mcp"
],
"author": "Agentled",
"homepage": "https://www.agentled.app",
"repository": {
"type": "git",
"url": "https://github.com/agentled/mcp-server"
},
"bugs": {
"url": "https://www.agentled.ai/en/contact-us"
},
"license": "MIT"
}