{
	"name": "@os-eco/sapling-cli",
	"version": "0.3.2",
	"description": "Headless coding agent with proactive context management",
	"author": "Jaymin West",
	"license": "MIT",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "https://github.com/jayminwest/sapling.git"
	},
	"homepage": "https://github.com/jayminwest/sapling",
	"keywords": [
		"ai",
		"agents",
		"cli",
		"developer-tools",
		"coding-agent",
		"context-management"
	],
	"bin": {
		"sp": "./src/index.ts",
		"sapling": "./src/index.ts"
	},
	"main": "src/index.ts",
	"files": [
		"src",
		"agents"
	],
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"bun": ">=1.0"
	},
	"scripts": {
		"test": "bun test",
		"lint": "biome check .",
		"lint:fix": "biome check --write .",
		"typecheck": "tsc --noEmit",
		"version:bump": "bun scripts/version-bump.ts"
	},
	"dependencies": {
		"chalk": "^5.6.2",
		"commander": "^14.0.3"
	},
	"devDependencies": {
		"@biomejs/biome": "2.4.5",
		"@types/bun": "latest",
		"typescript": "^5.9.0"
	},
	"optionalDependencies": {
		"@anthropic-ai/sdk": "^0.39.0"
	}
}
