{
  "name": "manuthecoder-react-native-spotlight-tour",
  "version": "1.0.0",
  "description": "React Native library to implement a highly customizable app tour feature with an awesome spotlight effect",
  "repository": "git@github.com:stackbuilders/react-native-spotlight-tour.git",
  "homepage": "https://stackbuilders.github.io/react-native-spotlight-tour/",
  "bugs": "https://github.com/stackbuilders/react-native-spotlight-tour/issues",
  "author": "Stack Builders <info@stackbuilders.com> (https://github.com/stackbuilders)",
  "license": "MIT",
  "keywords": [
    "app-tour",
    "android",
    "customizable",
    "ios",
    "react-native",
    "step-by-step",
    "spotlight",
    "spotlight-tour",
    "tour",
    "user-guide"
  ],
  "main": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "react-native": "./src/main.ts",
  "files": [
    "dist/",
    "src/"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc -p tsconfig.prod.json",
    "check": "yarn compile && yarn test --run",
    "compile": "tsc",
    "docs": "typedoc",
    "release": "semantic-release",
    "test": "vitest"
  },
  "packageManager": "yarn@3.6.3",
  "dependencies": {
    "@floating-ui/react-native": "^0.10.7",
    "react-fast-compare": "^3.2.2",
    "react-native-responsive-dimensions": "^3.1.1"
  },
  "devDependencies": {
    "@assertive-ts/core": "^2.1.0",
    "@assertive-ts/sinon": "^1.0.0",
    "@react-native/babel-preset": "^0.79.2",
    "@testing-library/react-native": "^13.2.0",
    "@types/node": "^22.15.23",
    "@types/react-test-renderer": "19.0.0",
    "@types/sinon": "^17.0.4",
    "react": "19.0.0",
    "react-is": "19.0.0",
    "react-native": "0.79.2",
    "react-native-svg": "^15.12.0",
    "react-native-testing-mocks": "^1.6.0",
    "react-test-renderer": "19.0.0",
    "semantic-release": "^24.2.5",
    "semantic-release-yarn": "^3.0.2",
    "sinon": "^20.0.0",
    "typedoc": "^0.28.5",
    "typedoc-plugin-markdown": "^4.6.3",
    "typedoc-plugin-merge-modules": "^7.0.0",
    "typescript": "^5.8.3",
    "vitest": "^3.1.4"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "react-native": ">=0.50.0",
    "react-native-svg": ">=12.1.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": false
    },
    "react-dom": {
      "optional": true
    },
    "react-native": {
      "optional": false
    },
    "react-native-svg": {
      "optional": false
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
