UNPKG

@omx-sdk/core

Version:

Core module for OMX SDK with authentication and shared utilities

60 lines (59 loc) 1.27 kB
{ "name": "@omx-sdk/core", "version": "1.0.1", "description": "Core module for OMX SDK with authentication and shared utilities", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc --build", "clean": "rm -rf dist", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit", "demo": "node demo.mjs" }, "keywords": [ "omx", "sdk", "authentication", "supabase", "jwt", "typescript" ], "author": "OMX SDK Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/oxinion/omx-sdk.git", "directory": "packages/core" }, "homepage": "https://github.com/oxinion/omx-sdk#readme", "bugs": { "url": "https://github.com/oxinion/omx-sdk/issues" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "jest": "^29.0.0", "tsx": "^4.20.3", "typescript": "^5.0.0" }, "peerDependencies": { "typescript": ">=4.5.0" }, "dependencies": { "@supabase/supabase-js": "^2.50.5" } }