{
  "name": "@lobstah/cli",
  "version": "0.0.8",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "lobstah": "./dist/index.js"
  },
  "dependencies": {
    "@lobstah/engine-ollama": "0.0.6",
    "@lobstah/protocol": "0.0.6",
    "@lobstah/ledger": "0.0.6",
    "@lobstah/tracker": "0.0.6",
    "@lobstah/router": "0.0.8",
    "@lobstah/worker": "0.0.7",
    "@lobstah/transport-nostr": "0.0.6"
  },
  "description": "Lobstah CLI: keygen, worker start, router start, tracker start, peers add/remove/list/sync/gossip-nostr, balance.",
  "license": "MIT",
  "author": "Marouen Ben Guebila <marouen.b.guebila@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marouenbg/lobstah.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/marouenbg/lobstah/issues"
  },
  "homepage": "https://github.com/marouenbg/lobstah/tree/main/packages/cli#readme",
  "keywords": [
    "lobstah",
    "p2p",
    "decentralized",
    "mac-mini",
    "cli",
    "ollama",
    "llm-inference"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc && chmod +x dist/index.js",
    "dev": "tsc --watch"
  }
}