{"_id":"@aeon-ui/site","name":"@aeon-ui/site","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@aeon-ui/site","version":"0.1.0","description":"Open Graph and document meta helpers for Aeon marketing sites","license":"MIT","repository":{"type":"git","url":"git+https://github.com/GenericCPU/aeon-ui.git","directory":"packages/site"},"publishConfig":{"access":"public"},"keywords":["aeon-ui","open-graph","meta","seo"],"type":"module","sideEffects":false,"main":"./dist/index.js","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"devDependencies":{"tsup":"^8.4.0","typescript":"^5.8.3"},"scripts":{"build":"tsup src/index.ts --format esm --dts --clean","typecheck":"tsc --noEmit"},"_id":"@aeon-ui/site@0.1.0","bugs":{"url":"https://github.com/GenericCPU/aeon-ui/issues"},"homepage":"https://github.com/GenericCPU/aeon-ui#readme","_integrity":"sha512-B/sv32KwJWH8JySBxgDes9PavvbJMNJO/ooo22BAaGx7Cw5CWFkCtkkwTl5RE4/jwJGKNmAOEG1hxVTKNTN20g==","_resolved":"/private/var/folders/wk/mtltqfc92hs4vf24ph9vhvc40000gn/T/f4c9f192eaa5b8c097e38a2b96acd9b4/aeon-ui-site-0.1.0.tgz","_from":"file:aeon-ui-site-0.1.0.tgz","_nodeVersion":"22.22.1","_npmVersion":"10.9.4","dist":{"integrity":"sha512-B/sv32KwJWH8JySBxgDes9PavvbJMNJO/ooo22BAaGx7Cw5CWFkCtkkwTl5RE4/jwJGKNmAOEG1hxVTKNTN20g==","shasum":"4cbd447042753be1495171ee370929f3d49c3709","tarball":"https://registry.npmjs.org/@aeon-ui/site/-/site-0.1.0.tgz","fileCount":5,"unpackedSize":6060,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEMCH3oxdoAwRbdSRet8MPyEfDqJWRoI7+ZyDYSTHAMwviwCIGMeWRIu6TSZhYdWfYfWtGJ2XlEiwgrJ6KMFhJDGRHzh"}]},"_npmUser":{"name":"bgcryderman","email":"brandongcryderman@gmail.com"},"directories":{},"maintainers":[{"name":"bgcryderman","email":"brandongcryderman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/site_0.1.0_1780612455254_0.9722835318025127"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-04T22:34:15.142Z","0.1.0":"2026-06-04T22:34:15.390Z","modified":"2026-06-04T22:34:15.563Z"},"maintainers":[{"name":"bgcryderman","email":"brandongcryderman@gmail.com"}],"description":"Open Graph and document meta helpers for Aeon marketing sites","homepage":"https://github.com/GenericCPU/aeon-ui#readme","keywords":["aeon-ui","open-graph","meta","seo"],"repository":{"type":"git","url":"git+https://github.com/GenericCPU/aeon-ui.git","directory":"packages/site"},"bugs":{"url":"https://github.com/GenericCPU/aeon-ui/issues"},"license":"MIT","readme":"# @aeon-ui/site\n\nSmall helpers for **link previews** (Open Graph + Twitter Card meta tags).\n\n```ts\nimport { absoluteUrl, openGraphHeadHtml } from '@aeon-ui/site'\n\nconst html = openGraphHeadHtml({\n  title: 'Aeon UI — Future-proof UI infrastructure',\n  description: 'Statechart-driven primitives and a styled layer your team controls.',\n  url: absoluteUrl('https://aeon-ui.com', '/'),\n  image: absoluteUrl('https://aeon-ui.com', '/og-aeon-ui-engine.png'),\n  siteName: 'Aeon UI',\n})\n```\n\nUse in a Vite `transformIndexHtml` hook or any static site generator. Pair with a **1200×630** `og.png` in `public/`.\n\nNot required for component consumers — optional for docs and marketing apps in the monorepo.\n","readmeFilename":"README.md","_rev":"1-9765f031c6fae4a13dda7e2070b0b474"}