{
	"name": "pi-experientiallabs",
	"version": "0.1.4",
	"description": "Pi extension for the Experiential Labs inference provider",
	"type": "module",
	"license": "MIT",
	"author": "XYenon",
	"homepage": "https://ampcode.com/@xyenon/pi-experientiallabs",
	"repository": {
		"type": "git",
		"url": "git+https://ampcode.com/@xyenon/pi-experientiallabs.git"
	},
	"engines": {
		"node": ">=22.19.0"
	},
	"keywords": [
		"pi-package",
		"pi",
		"pi-extension",
		"pi-coding-agent",
		"experiential-labs",
		"explabs",
		"openai-responses",
		"llm-provider"
	],
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"scripts": {
		"test": "node --test --experimental-strip-types test/**/*.test.ts"
	},
	"pi": {
		"extensions": [
			"./src/index.ts"
		]
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*"
	},
	"peerDependenciesMeta": {
		"@earendil-works/pi-ai": {
			"optional": true
		},
		"@earendil-works/pi-coding-agent": {
			"optional": true
		}
	},
	"devDependencies": {
		"@types/node": "^22.19.19"
	}
}
