{
	"name": "@agnishc/edb-session-manager",
	"version": "0.16.4",
	"description": "Pi extension: browse, resume, rename, and delete sessions with fuzzy search",
	"keywords": [
		"pi-package",
		"pi-extension",
		"edb"
	],
	"type": "module",
	"license": "MIT",
	"author": "Agnish Chakraborty",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/agnishcc/pi-extention-monorepo.git",
		"directory": "packages/edb-session-manager"
	},
	"homepage": "https://github.com/agnishcc/pi-extention-monorepo/tree/main/packages/edb-session-manager#readme",
	"bugs": {
		"url": "https://github.com/agnishcc/pi-extention-monorepo/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"test": "vitest run"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"CHANGELOG.md"
	],
	"pi": {
		"extensions": [
			"./src/index.ts"
		]
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	}
}
