{
	"type": "module",
	"name": "omp-openai-provider-tools",
	"version": "0.1.9",
	"description": "Provider-native OpenAI Responses tools for OMP and Pi-family runtimes.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/jiwangyihao/omp-openai-provider-tools.git"
	},
	"license": "MPL-2.0",
	"keywords": [
		"oh-my-pi",
		"pi-package",
		"omp",
		"pi",
		"extension",
		"openai",
		"responses",
		"provider-tools"
	],
	"bin": {
		"omp-openai-provider-tools": "./src/cli.mjs"
	},
	"scripts": {
		"test": "bun test",
		"check": "bun test"
	},
	"dependencies": {
		"yaml": "^2.8.1"
	},
	"engines": {
		"bun": ">=1.3.7",
		"node": ">=20"
	},
	"publishConfig": {
		"access": "public"
	},
	"omp": {
		"extensions": ["./src/extension.ts"]
	},
	"pi": {
		"extensions": ["./src/extension.ts"]
	},
	"files": [
		"src",
		"README.md",
		"docs/runtime-compatibility.md"
	]
}
