{
	"name": "@narumitw/pi-image-drop",
	"version": "0.49.4",
	"description": "Pi extension for staging browser images and attaching them to the next message.",
	"type": "module",
	"license": "MIT",
	"private": false,
	"keywords": [
		"pi-package",
		"pi-extension",
		"pi",
		"images",
		"attachments",
		"browser"
	],
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"extensions": [
			"./src/index.ts"
		]
	},
	"piExtension": {
		"lifecycle": "stable"
	},
	"scripts": {
		"build:web": "node scripts/build-web.mjs",
		"check": "biome check --vcs-use-ignore-file=false src/*.ts src/web/index.html src/web/ui test scripts package.json tsconfig.json && npm run typecheck",
		"check:web": "node scripts/build-web.mjs --check",
		"format": "biome check --write --vcs-use-ignore-file=false src/*.ts src/web/index.html src/web/ui test scripts package.json tsconfig.json && npm run build:web",
		"typecheck": "npm run check:web && tsc --noEmit"
	},
	"dependencies": {
		"@narumitw/pi-tui-kit": "^0.51.0",
		"@radix-ui/colors": "3.0.0",
		"@radix-ui/react-icons": "1.3.2",
		"@radix-ui/themes": "3.3.0",
		"bmp-js": "^0.1.0",
		"heic-decode": "^2.1.0",
		"radix-ui": "1.6.7",
		"react": "19.2.8",
		"react-dom": "19.2.8",
		"sharp": "^0.35.3"
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	},
	"devDependencies": {
		"@biomejs/biome": "2.5.7",
		"@earendil-works/pi-ai": "0.84.1",
		"@earendil-works/pi-coding-agent": "0.84.1",
		"@earendil-works/pi-tui": "0.84.1",
		"@types/react": "19.2.18",
		"@types/react-dom": "19.2.4",
		"esbuild": "0.28.1",
		"typescript": "7.0.2"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/narumiruna/pi-extensions",
		"directory": "packages/pi-image-drop"
	}
}
