{
  "name": "react-native-onboard",
  "version": "2.6.0",
  "description": "Delightful and fully customizable onboarding elements for React Native.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "./lib"
  ],
  "scripts": {
    "copy-files": "copyfiles -u 1 src/**/*.png ./lib",
    "build": "rm -rf ./lib/ && npx tsc && npm run copy-files",
    "clean": "rm -rf ./lib",
    "test": "jest --no-watchman",
    "semantic-release": "semantic-release",
    "lint": "eslint --fix --ext .ts,.tsx ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FrigadeHQ/react-native-onboard.git"
  },
  "keywords": [
    "React",
    "Native",
    "React-Native",
    "Onboarding",
    "Tutorial",
    "Intro",
    "Swiper",
    "Welcome",
    "Introduction",
    "Instructions",
    "Walkthrough"
  ],
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@testing-library/react-native": "^11.5.1",
    "@types/jest": "^23.3.1",
    "@types/react-native": "^0.67.3",
    "copyfiles": "^2.4.1",
    "eslint-config-backpacker-react-ts": "^0.3.0",
    "jest": "^29.3.1",
    "jest-config": "^29.3.1",
    "jest-expo": "^47.0.1",
    "lint-staged": "^13.0.0",
    "metro-react-native-babel-preset": "^0.71.0",
    "prettier": "^2.4.1",
    "react-native": "^0.70.6",
    "semantic-release": "^19.0.3",
    "typescript": "^4.9.4"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "plugins": [
    "@semantic-release/commit-analyzer",
    "@semantic-release/changelog",
    [
      "@semantic-release/npm",
      {
        "npmPublish": true
      }
    ],
    [
      "@semantic-release/git",
      {
        "assets": [
          "package.json"
        ],
        "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
      }
    ],
    "@semantic-release/github"
  ],
  "author": "Frigade Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FrigadeHQ/react-native-onboard/issues"
  },
  "homepage": "https://github.com/FrigadeHQ/react-native-onboard#readme"
}
