{
	"name": "@razllivan/pi-minimax-m3-caching-fix",
	"version": "0.2.5",
	"description": "MiniMax-M3 on the OpenAI-compatible endpoint with passive caching. Wraps the built-in openai-completions streamSimple driver to clean duplicated and inline <think>…</think> thinking in flight, mirroring the upstream skipThinkingBlock compat flag for pi-ai versions that predate it.",
	"type": "module",
	"keywords": ["pi-package", "minimax", "minimax-m3", "caching", "omp", "gsd", "oh-my-pi", "gsd-pi"],
	"license": "MIT",
	"files": ["index.ts", "src/**/*.ts", "README.md", "LICENSE", "CHANGELOG.md"],
	"scripts": {
		"check": "tsc -p tsconfig.json",
		"prepublishOnly": "npm run check"
	},
	"pi": {
		"extensions": ["./index.ts"]
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "0.79.1",
		"@earendil-works/pi-ai": "0.79.1",
		"@oh-my-pi/pi-coding-agent": "16.0.2",
		"@oh-my-pi/pi-ai": "16.0.2"
	},
	"devDependencies": {
		"@earendil-works/pi-ai": "0.79.1",
		"@earendil-works/pi-coding-agent": "0.79.1",
		"@oh-my-pi/pi-ai": "16.0.2",
		"@oh-my-pi/pi-coding-agent": "16.0.2",
		"typescript": "5.6.3"
	},
	"author": "razllivan (fork of René Weselowski's https://github.com/rwese/pi-minimax-m3-caching-fix)",
	"packageManager": "pnpm@10.33.0",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/razllivan/pi-minimax-m3-caching-fix.git"
	},
	"homepage": "https://github.com/razllivan/pi-minimax-m3-caching-fix#readme",
	"bugs": {
		"url": "https://github.com/razllivan/pi-minimax-m3-caching-fix/issues"
	},
	"publishConfig": {
		"access": "public"
	}
}
