{
  "name": "@antoniel/rn-tourguide",
  "version": "3.4.0",
  "description": "Make an interactive step by step tour guide for your react-native app (a rewrite of react-native-copilot)",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "private": false,
  "scripts": {
    "start": "yarn config:dev && expo start -c",
    "start:web": "yarn config:dev && expo start -c -w",
    "test": "TZ=Europe/Paris jest --no-watchman",
    "tsc": "node_modules/.bin/tsc --noEmit",
    "tsc:watch": "node_modules/.bin/tsc --noEmit --watch",
    "build": "rm -rf lib/ && node_modules/.bin/tsc",
    "config:dev": "json -I -f package.json -e 'this.main=\"node_modules/expo/AppEntry.js\"'",
    "config:npm": "json -I -f package.json -e 'this.main=\"lib/index.js\"'",
    "lint": "tslint --project .",
    "verify": "yarn test && yarn lint && yarn tsc && yarn build",
    "prepublishOnly": "yarn verify && yarn config:npm",
    "postpublish": "yarn config:dev",
    "cleaning": "rm -rf node_modules && rm -f yarn.lock && yarn cache clean && yarn install && watchman watch-del-all && rm -fr $TMPDIR/react-*",
    "deploy": "gh-pages -d web-build",
    "predeploy": "yarn verify && expo build:web"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antoniel/rn-tourguide.git"
  },
  "keywords": [
    "react-native",
    "react-native-joyride",
    "react",
    "copilot",
    "intro.js",
    "intro"
  ],
  "author": "Xavier Carpentier <xcapetir@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xcarpentier/rn-tourguide/issues"
  },
  "homepage": "https://xcarpentier.github.io/rn-tourguide/",
  "devDependencies": {
    "@types/hoist-non-react-statics": "3.3.1",
    "@types/jest": "25.2.3",
    "@types/lodash.clamp": "4.0.6",
    "@types/react": "~17.0.21",
    "@types/react-dom": "~17.0.9",
    "@types/react-native": "~0.64.12",
    "@types/react-test-renderer": "16.9.2",
    "babel-preset-expo": "8.5.1",
    "expo": "^43.0.0",
    "gh-pages": "2.2.0",
    "jest": "^26.0.1",
    "jest-expo": "^43.0.1",
    "jest-react-native": "^18.0.0",
    "json": "^10.0.0",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-native": "0.64.2",
    "react-native-svg": "12.1.1",
    "react-native-web": "0.17.1",
    "react-test-renderer": ">=16.8.0",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "~4.3.5"
  },
  "jest": {
    "preset": "jest-expo",
    "globals": {
      "__TEST__": true
    }
  },
  "dependencies": {
    "flubber": "~0.4.2",
    "hoist-non-react-statics": "~3.0.1",
    "lodash.clamp": "~4.0.3",
    "memoize-one": "5.1.1",
    "mitt": "~1.1.3"
  },
  "resolutions": {
    "logkitty": "^0.7.1",
    "mem": "^4.0.0",
    "set-value": "^4.0.1"
  }
}
