{
	"name": "astro-og",
	"version": "0.3.2",
	"description": "Astro dev toolbar app that previews your page on social platforms and shows its open graph data.",
	"keywords": [
		"astro",
		"withastro",
		"astro-component",
		"astro-integration"
	],
	"author": "Shinya Fujino <shf0811@gmail.com> (https://github.com/morinokami)",
	"license": "MIT",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/morinokami/astro-og.git",
		"directory": "packages/astro-og"
	},
	"bugs": {
		"url": "https://github.com/morinokami/astro-og/issues"
	},
	"exports": {
		".": "./dist/index.mjs"
	},
	"main": "./dist/index.mjs",
	"module": "./dist/index.mjs",
	"types": "./dist/index.d.mts",
	"files": [
		"dist"
	],
	"scripts": {
		"build": "bun --bun tsdown",
		"typecheck": "tsgo --noEmit"
	},
	"dependencies": {
		"preact": "10.28.2"
	},
	"devDependencies": {
		"@types/node": "24.10.4",
		"@typescript/native-preview": "7.0.0-dev.20260115.1",
		"astro": "5.16.9",
		"publint": "0.3.16",
		"tsdown": "0.20.0-beta.3"
	},
	"peerDependencies": {
		"astro": ">=5.0.0"
	}
}
