{
  "name": "folocli",
  "type": "module",
  "version": "0.0.5",
  "description": "Folo CLI for terminal workflows and automation",
  "author": "Folo Team",
  "license": "AGPL-3.0-only",
  "homepage": "https://github.com/RSSNext/Folo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RSSNext/Folo.git"
  },
  "keywords": [
    "folo",
    "rss",
    "reader",
    "cli",
    "automation"
  ],
  "bin": {
    "folo": "./dist/index.js"
  },
  "files": [
    "dist",
    "skill.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@follow-app/client-sdk": "0.3.95",
    "commander": "14.0.1",
    "pathe": "2.0.3"
  },
  "devDependencies": {
    "@types/node": "25.2.3",
    "tsup": "8.5.0",
    "tsx": "4.21.0",
    "typescript": "5.9.3",
    "@follow/configs": "0.0.1"
  },
  "scripts": {
    "build": "tsup --config tsup.config.ts && chmod +x dist/index.js",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "pnpm run build && vitest run",
    "typecheck": "tsc --noEmit"
  }
}