Help with exporting composable from Custom Module [Still need help]

Hey so I am working on a Nuxt 3 Module that adds support for Neo4J.
I have come pretty far and the Module is on npm and also on github https://github.com/DerSimeon/NeoNuxt

Unfortunately when I try to use it, I get this error: Package subpath './dist/runtime/server/composables/NeoDriver' is not defined by "exports" in G:\Project X\Web\apply\node_modules\neonuxt\package.json imported from G:\Project X\Web\apply\.nuxt\dev\index.mjs

Does anyone know how to fix it?
Was this page helpful?
Help with exporting composable from Custom Module [Still need help] - Nuxt