{
	"name": "pi-local-trace-viewer",
	"version": "0.1.0",
	"description": "Local, read-only LLM and tool trace viewer for the Pi coding agent",
	"type": "module",
	"license": "MIT",
	"author": "xwcq",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/xwcq/pi-local-trace-viewer.git"
	},
	"homepage": "https://github.com/xwcq/pi-local-trace-viewer#readme",
	"bugs": {
		"url": "https://github.com/xwcq/pi-local-trace-viewer/issues"
	},
	"keywords": [
		"pi-package",
		"pi-extension",
		"pi-agent",
		"trace",
		"observability",
		"debugging",
		"llm",
		"tool-call"
	],
	"engines": {
		"node": ">=22.19.0"
	},
	"files": [
		"src",
		"viewer",
		"README.md",
		"README.zh-CN.md",
		"CHANGELOG.md",
		"LICENSE",
		"SECURITY.md"
	],
	"scripts": {
		"test": "node --experimental-strip-types --test test/*.test.ts test/*.test.mjs",
		"check": "tsc --noEmit",
		"pack:check": "npm pack --dry-run"
	},
	"pi": {
		"extensions": [
			"./src/index.ts"
		]
	},
	"dependencies": {
		"jiti": "2.7.0",
		"marked": "18.0.5",
		"ws": "8.21.1"
	},
	"devDependencies": {
		"@earendil-works/pi-coding-agent": "0.79.10",
		"@types/node": "22.19.19",
		"@types/ws": "8.18.1",
		"typescript": "5.9.3"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*"
	},
	"publishConfig": {
		"access": "public"
	}
}
