Skip to content

Instantly share code, notes, and snippets.

@hyperh
Last active January 27, 2018 04:16
Show Gist options
  • Select an option

  • Save hyperh/eaef68869ad6d0b5cf093beae2a142aa to your computer and use it in GitHub Desktop.

Select an option

Save hyperh/eaef68869ad6d0b5cf093beae2a142aa to your computer and use it in GitHub Desktop.
{
"name": "appiumTutorial",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "source venv/bin/activate && LOCATION='local' py.test && deactivate",
"appium": "appium",
"appium:doctor": "appium-doctor"
},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.48.2"
},
"devDependencies": {
"appium": "^1.6.5",
"appium-doctor": "^1.4.3",
"babel-jest": "21.0.2",
"babel-preset-react-native": "3.0.2",
"jest": "21.0.2",
"react-test-renderer": "16.0.0-alpha.12",
"wd": "^1.4.0"
},
"jest": {
"preset": "react-native"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment