import packageJSON from "@/package.json" assert { type: "json" }; import "container-query-polyfill"; import Alpine from "./alpine"; console.info("Initializing Coco JS", packageJSON.version); export { Alpine };