{
	"name": "pi-lean-portal",
	"version": "0.3.2",
	"description": "Pi extension. Interactive web browsing for Pi — a /web toggle removes the tools from context when switched off, Playwright Chromium/Firefox deliver accessibility-tree snapshots, persistent profiles, cookies, and domain-matched guides; custom/stealth backends (Camoufox) plug in when a site blocks the shipped browsers.",
	"keywords": [
		"pi-package",
		"pi-extension",
		"browser",
		"playwright",
		"web"
	],
	"license": "AGPL-3.0-only",
	"author": "",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/coreyryanhanson/pi-lean-dimension.git",
		"directory": "packages/pi-lean-portal"
	},
	"publishConfig": {
		"access": "public"
	},
	"exports": {
		".": {
			"types": "./core/plugin-api.ts",
			"default": "./index.ts"
		}
	},
	"files": [
		"index.ts",
		"browser-toggle.ts",
		"browser-profile.ts",
		"browser-cookies.ts",
		"browser-status.ts",
		"LICENSE",
		"backends/",
		"!backends/python-base/.venv/",
		"!backends/python-base/**/__pycache__/",
		"!backends/python-base/**/*.pyc",
		"!backends/python-base/tests/",
		"!backends/python-base/**/*.egg-info/",
		"core/",
		"tools/",
		".npmrc",
		"README.md",
		"ship-manifest.test.ts"
	],
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"scripts": {
		"prepack": "cp ../../LICENSE ./LICENSE",
		"test": "vitest run"
	},
	"dependencies": {
		"node-html-parser": "^6.1.0",
		"pi-tool-masking": "^1.0.0",
		"playwright": "^1.60.0",
		"turndown": "^7.2.0"
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*",
		"typebox": "*"
	}
}
