{ "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject", "customize": "yarn expo-electron customize", "desktop": "yarn expo-electron start", "build:desktop": "yarn electron-webpack && yarn electron-builder --dir -c.compression=store -c.mac.identity=null (-c.compression=store" }, "dependencies": { "@expo/electron-adapter": "0.0.14", "@expo/webpack-config": "^0.12.27", "electron": "^10.1.0", "expo": "~38.0.8", "expo-barcode-scanner": "~8.2.1", "expo-status-bar": "^1.0.2", "jsbarcode": "^3.11.0", "node-hid": "^1.3.0", "react": "~16.11.0", "react-dom": "~16.11.0", "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz", "react-native-barcode-builder": "github:cdesch/react-native-barcode-builder#master", "react-native-web": "^0.11.7" }, "devDependencies": { "@babel/core": "^7.8.6", "@types/react": "~16.9.41", "@types/react-native": "~0.62.13", "typescript": "~3.9.5" }, "private": true, "build": { "extraMetadata": { "main": "main.js" }, "files": [ { "from": "dist/main/", "to": "./", "filter": [ "**/*" ] }, { "from": "dist/renderer", "to": "./", "filter": [ "**/*" ] }, "package.json", "**/node_modules/**/*" ] } }