{
	"name": "@os-eco/seeds-cli",
	"version": "0.5.15",
	"description": "Git-native issue tracker for AI agent workflows",
	"type": "module",
	"bin": {
		"sd": "./src/index.ts"
	},
	"main": "src/index.ts",
	"files": ["src"],
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"bun": ">=1.0.0"
	},
	"keywords": ["issue-tracking", "git", "ai", "agents", "cli", "developer-tools"],
	"author": "Jaymin West",
	"license": "MIT",
	"homepage": "https://github.com/jayminwest/seeds",
	"bugs": {
		"url": "https://github.com/jayminwest/seeds/issues"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/jayminwest/seeds.git"
	},
	"scripts": {
		"test": "bun test",
		"lint": "biome check --error-on-warnings .",
		"lint:fix": "biome check --write --error-on-warnings .",
		"typecheck": "tsc --noEmit",
		"check:size": "bun run scripts/check-file-sizes.ts --budget scripts/file-size-budgets.json",
		"check:debt": "bun run scripts/check-debt-markers.ts --budget scripts/debt-markers-budget.json",
		"check:dups": "bunx jscpd",
		"check:deps": "knip --dependencies",
		"check:coverage": "bun run scripts/check-coverage.ts --budget scripts/coverage-budgets.json",
		"check:agents": "bun run scripts/validate-agents-md.ts --known-missing docs/check-all-standard.md --known-missing templates/l5-toolkit/scripts",
		"check:ci-parity": "bun scripts/check-ci-parity.ts",
		"check:all": "bun scripts/check-all.ts",
		"verify": "bun run check:all",
		"test:ci": "bun test --coverage --coverage-reporter=text --coverage-reporter=lcov --coverage-dir=coverage --reporter=junit --reporter-outfile=junit.xml",
		"report:test-timing": "bun run scripts/report-test-timing.ts",
		"report:quality": "bun run scripts/report-quality-metrics.ts",
		"version:bump": "bun run scripts/version-bump.ts",
		"prepare": "[ -e .git ] && git config core.hooksPath scripts/hooks || true"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.14",
		"@types/bun": "latest",
		"knip": "^6",
		"pino": "^10.3.1",
		"pino-pretty": "^13.1.3",
		"typescript": "^5.9.0",
		"yaml": "^2.9.0"
	},
	"dependencies": {
		"ajv": "^8",
		"chalk": "^5.6.2",
		"commander": "^14.0.3"
	}
}
