UNPKG

rn-sherpa

Version:

A lightweight, flexible React Native library for creating powerful, step-by-step guided product tours with smart positioning and animations

75 lines (74 loc) 1.86 kB
{ "name": "rn-sherpa", "version": "0.1.0-beta.2", "type": "module", "description": "A lightweight, flexible React Native library for creating powerful, step-by-step guided product tours with smart positioning and animations", "main": "src/index.tsx", "types": "lib/index.d.ts", "react-native": "src/index.tsx", "source": "src/index.tsx", "files": [ "src", "lib", "README.md", "LICENSE", "android", "ios", "Core.podspec" ], "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts,.tsx", "check-types": "tsc --noEmit", "clean": "rm -rf lib", "prepublishOnly": "yarn clean && yarn build" }, "keywords": [ "react-native", "tour", "product-tour", "onboarding", "guide", "walkthrough", "tutorial", "spotlight", "highlight", "driver.js", "shepherd", "intro.js", "react-native-tour", "react-native-walkthrough" ], "repository": { "type": "git", "url": "https://github.com/monzter50/sherpa.git", "directory": "packages/core" }, "author": "monzter50 jglez.dev@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/monzter50/sherpa/issues" }, "homepage": "https://github.com/monzter50/sherpa#readme", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0", "react-native-reanimated": ">=3.0.0" }, "devDependencies": { "@changesets/cli": "^2.29.7", "@react-native/babel-preset": "0.81.1", "@types/react": "^19.1.0", "@typescript-eslint/eslint-plugin": "^8.46.2", "@typescript-eslint/parser": "^8.46.2", "eslint": "^9.38.0", "react": "19.1.0", "react-native": "0.81.1", "react-native-reanimated": "^3.16.4", "typescript": "^5.0.0" }, "publishConfig": { "access": "public" } }