UNPKG

@baqhub/sdk-expo

Version:

The official Expo SDK for the BAQ federated app platform.

61 lines (60 loc) 1.5 kB
{ "name": "@baqhub/sdk-expo", "version": "0.1.28", "license": "MIT", "description": "The official Expo SDK for the BAQ federated app platform.", "author": "Baqhub", "homepage": "https://baq.dev/", "bugs": "https://github.com/baqhub/baq/issues", "repository": { "type": "git", "url": "https://github.com/baqhub/baq.git", "directory": "packages/lib-sdk-expo" }, "keywords": [ "baq", "baqhub", "sdk", "federated", "javascript", "typescript", "react", "reactive", "react-native", "expo" ], "type": "module", "scripts": { "ts": "tsc --build --watch", "build": "tsc --build ./tsconfig.cjs.json ./tsconfig.json && tsconfig-to-dual-package", "build:clean": "rm -rf ./build", "publish": "yarn npm publish" }, "module": "./build/esm/src/index.js", "main": "./build/cjs/src/index.js", "types": "./build/cjs/src/index.d.ts", "exports": { ".": { "import": "./build/esm/src/index.js", "require": "./build/cjs/src/index.js" } }, "dependencies": { "@baqhub/sdk": "^0.1.28", "@baqhub/sdk-react": "^0.1.28", "@baqhub/sdk-react-native": "^0.1.28", "expo-secure-store": "^12.8.1", "tslib": "2.8.1" }, "peerDependencies": { "expo": "*", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-native": ">=0.60" }, "devDependencies": { "@types/node": "22.13.5", "react": "^19.0.0", "tsconfig-to-dual-package": "1.2.0", "typescript": "5.7.3" } }