Which NPM package contains the refine binary?
I need to move the Refine base binary / package to an air-gapped system. When creating a Refine app using npx and
create-refine-app, the refine binary is dropped into one's NPM bin. However, I'd like to know what the corresponding package is that provides this binary. npm install create-refine-app does not appear to contain any binaries. Your help is appreciated.