UNPKG

@thinkstream/agent-checklist

Version:

A CLI tool for managing a checklist for code agents, built with Bun.

36 lines (35 loc) 926 B
{ "name": "@thinkstream/agent-checklist", "version": "0.1.15", "description": "A CLI tool for managing a checklist for code agents, built with Bun.", "keywords": ["bun", "cli", "checklist", "task management", "agent"], "author": "Thinkstream", "private": false, "repository": { "type": "git", "url": "https://github.com/Pckool/agent-checklist" }, "license": "MIT", "module": "index.ts", "main": "dist/index.js", "type": "module", "bin": { "agent-checklist": "dist/index.js" }, "files": ["dist", "README.md", "agent_checklist_cli_usage.mdc"], "scripts": { "start": "bun run index.ts", "bundle": "bun build index.ts --packages bundle --sourcemap --target node --outdir dist", "promote": "bun bundle && bun publish" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "@types/commander": "^2.12.5", "commander": "^13.1.0" } }