{
	"name": "pi-linear-worktree",
	"version": "1.0.0",
	"description": "Pi extension that fetches Linear issues and creates git worktrees to solve them",
	"keywords": [
		"pi-package"
	],
	"license": "MIT",
	"author": "Karl",
	"repository": {
		"type": "git",
		"url": "https://github.com/therapys/pi-linear-worktree"
	},
	"type": "module",
	"files": [
		"extensions/",
		"README.md",
		"LICENSE"
	],
	"scripts": {
		"typecheck": "tsc --noEmit",
		"lint": "prettier --check .",
		"format": "prettier --write ."
	},
	"pi": {
		"extensions": [
			"./extensions/index.ts"
		]
	},
	"dependencies": {
		"@linear/sdk": "^76.0.0"
	},
	"peerDependencies": {
		"@mariozechner/pi-coding-agent": "*"
	},
	"devDependencies": {
		"@mariozechner/pi-coding-agent": "*",
		"prettier": "^3.5.0",
		"typescript": "^5.7.0"
	}
}
