{
	"type": "module",
	"name": "@oh-my-pi/swarm-extension",
	"version": "13.17.0",
	"description": "Swarm orchestration extension for omp",
	"homepage": "https://github.com/can1357/oh-my-pi",
	"author": "Derek Rynd",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/can1357/oh-my-pi.git",
		"directory": "packages/swarm-extension"
	},
	"bugs": {
		"url": "https://github.com/can1357/oh-my-pi/issues"
	},
	"keywords": [
		"swarm",
		"orchestration",
		"agent",
		"extension"
	],
	"bin": {
		"omp-swarm": "src/cli.ts"
	},
	"scripts": {
		"check": "tsgo -p tsconfig.json"
	},
	"dependencies": {},
	"devDependencies": {
		"@types/bun": "^1.3"
	},
	"peerDependencies": {
		"@oh-my-pi/pi-coding-agent": "^13"
	},
	"engines": {
		"bun": ">=1.3.7"
	},
	"omp": {
		"extensions": [
			"./src/extension.ts"
		]
	},
	"files": [
		"src",
		"README.md"
	]
}
