{ "name": "folocli", "type": "module", "version": "0.0.1", "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" }, "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" }, "dependencies": { "@follow-app/client-sdk": "catalog:", "commander": "14.0.1", "pathe": "2.0.3" }, "devDependencies": { "@follow/configs": "workspace:*", "@types/node": "25.2.3", "tsup": "8.5.0", "tsx": "4.21.0", "typescript": "catalog:" } }