UNPKG

react-onboarding-sdk

Version:

A TypeScript SDK for fetching onboarding data from backend APIs with React hooks support

57 lines (56 loc) 1.24 kB
{ "name": "react-onboarding-sdk", "version": "1.0.6", "description": "A TypeScript SDK for fetching onboarding data from backend APIs with React hooks support", "license": "ISC", "author": "bless", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "assets/config/fakeDB.json" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "prepublishOnly": "npm run build", "validate": "npm run test" }, "dependencies": { "react": ">=18.0.0" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/react": "^18.3.23", "jest": "^29.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "keywords": [ "onboarding", "sdk", "typescript", "react", "hooks", "api", "data-fetching", "backend" ], "repository": { "type": "git", "url": "https://github.com/myorg/onboarding-sdk.git" }, "publishConfig": { "access": "public" }, "peerDependencies": { "@react-native-async-storage/async-storage": ">=1.19.0", "expo": ">=49", "expo-document-picker": ">=11.0.0", "react": ">=18.0.0", "react-native": ">=0.70.0" } }