@oxyhq/services
Version:
Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀
16 lines (13 loc) • 514 B
text/typescript
/**
* Package version and metadata constants
* This file is auto-generated to avoid runtime dependency on package.json
*/
export const packageInfo = {
name: "@oxyhq/services",
version: "5.2.1",
description: "Reusable OxyHQ module to handle authentication, user management, karma system and more 🚀",
main: "lib/commonjs/node/index.js",
module: "lib/module/node/index.js",
types: "lib/typescript/node/index.d.ts"
} as const;
export const { name, version, description } = packageInfo;