{
  "name": "@personnn/personnnkit",
  "version": "1.0.1",
  "description": "🇵 PersonnnKit - El Agente Kit Universal. Framework revolucionario para crear agentes de IA con HTML + Python. Simplicidad radical vs frameworks gigantes.",
  "main": "dist/index.js",
  "bin": {
    "personnnkit": "./dist/cli.js"
  },
  "scripts": {
    "dev": "ts-node src/cli.ts dev",
    "build": "ts-node src/cli.ts build",
    "compile": "tsc",
    "prepublishOnly": "npm run compile",
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "echo \"🎉 PersonnnKit instalado exitosamente! Usa 'personnnkit help' para comenzar.\""
  },
  "keywords": [
    "ai",
    "agents",
    "framework",
    "local",
    "python",
    "html",
    "javascript",
    "typescript",
    "automation",
    "intelligent-agents",
    "local-first",
    "modular",
    "modern",
    "personnn",
    "kit",
    "cli",
    "tool",
    "developer-tools",
    "ai-agents",
    "machine-learning",
    "llm",
    "chatbot",
    "automation-tools",
    "web-development",
    "python-framework",
    "html-python",
    "agente-ia",
    "framework-ia",
    "simplicidad"
  ],
  "author": {
    "name": "Personnn Team",
    "email": "hello@personnn.com",
    "url": "https://personnn.com"
  },
  "contributors": [
    {
      "name": "Nicolás Muñoz",
      "email": "nicolas@personnn.com",
      "url": "https://github.com/niccolasmunoz"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/azomland/personnnkit.git"
  },
  "homepage": "https://github.com/azomland/personnnkit#readme",
  "bugs": {
    "url": "https://github.com/azomland/personnnkit/issues"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@types/inquirer": "^9.0.8",
    "boxen": "^7.1.1",
    "chalk": "^5.3.0",
    "chokidar": "^3.5.3",
    "commander": "^14.0.0",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "figlet": "^1.7.0",
    "gradient-string": "^2.0.2",
    "inquirer": "^12.6.3",
    "ora": "^8.1.1"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/express": "^4.17.21",
    "@types/figlet": "^1.5.8",
    "@types/gradient-string": "^1.1.6",
    "@types/node": "^20.10.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.3.0"
  }
}
