{
    "name": "24konbini",
    "version": "0.1.2",
    "description": "CLI for the 24K AI Agent Marketplace",
    "type": "module",
    "main": "dist/index.js",
    "bin": {
        "konbini": "./bin/konbini.js"
    },
    "scripts": {
        "build": "tsc",
        "dev": "tsc --watch",
        "test": "node --test"
    },
    "keywords": [
        "ai",
        "agents",
        "marketplace",
        "24k",
        "konbini",
        "24konbini"
    ],
    "author": "",
    "license": "MIT",
    "dependencies": {
        "commander": "^12.0.0",
        "chalk": "^5.3.0",
        "ora": "^8.0.0",
        "conf": "^12.0.0",
        "node-fetch": "^3.3.0"
    },
    "devDependencies": {
        "@types/node": "^20.0.0",
        "typescript": "^5.0.0"
    }
}