prisma generate the client library is built in node_modules/.prisma/client and importable via @prisma/client.node_modules/.prisma/client programmatically?node_modules/.prisma/client/package.json. I'm thinking of writing a custom generator that wraps prisma-client-js and then renames the name field. If all else fails, I can do this in a script instead, but I'd prefer to do it as a generator to make it clear something special is going on.