{ "name": "mobile", "version": "0.1.0", "private": true, "productName": "Mullvad VPN", "description": "Mullvad VPN client", "author": { "name": "Mullvad VPN", "email": "support@mullvad.net" }, "repository": "https://github.com/mullvad/mullvadvpn-app", "license": "GPL-3.0", "dependencies": { "@mullvad/components": "0.1.0", "react": "^16.4.0", "react-native": "^0.56", "reactxp": "^1.4.0" }, "devDependencies": { "@babel/cli": "^7.1.5", "@babel/core": "^7.1.5", "babel-preset-react-native": "^5.0.0" }, "scripts": { "postinstall": "node ./postinstall.js", "eject": "react-native eject", "android": "react-native run-android --simulator", "ios": "react-native run-ios --simulator", "test": "echo '1' ; exit 1" } }