{ "name": "mattermost-mobile-e2e", "description": "End-to-end testing for Mattermost Mobile", "repository": "git@github.com:mattermost/mattermost-mobile.git", "author": "Mattermost, Inc.", "devDependencies": { "@aws-sdk/client-s3": "3.445.0", "@aws-sdk/lib-storage": "3.445.0", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-transform-modules-commonjs": "7.22.15", "@babel/plugin-transform-runtime": "7.22.15", "@babel/preset-env": "7.22.20", "@jest/test-sequencer": "29.7.0", "@types/jest": "29.5.5", "@types/tough-cookie": "4.0.3", "@types/uuid": "9.0.4", "async": "3.2.5", "axios": "1.5.0", "axios-cookiejar-support": "4.0.7", "babel-jest": "29.7.0", "babel-plugin-module-resolver": "5.0.0", "client-oauth2": "4.3.3", "deepmerge": "4.3.1", "detox": "20.19.3", "form-data": "4.0.0", "jest": "29.7.0", "jest-circus": "29.7.0", "jest-cli": "29.7.0", "jest-html-reporters": "3.1.4", "jest-junit": "16.0.0", "jest-stare": "2.5.1", "junit-report-merger": "6.0.2", "moment-timezone": "0.5.43", "recursive-readdir": "2.2.3", "sanitize-filename": "1.6.3", "shelljs": "0.8.5", "tough-cookie": "4.1.3", "ts-jest": "29.1.1", "tslib": "2.6.2", "typescript": "5.2.2", "uuid": "9.0.1", "xml2js": "0.6.2" }, "scripts": { "e2e:android-create-emulator": "./create_android_emulator.sh", "e2e:android-build": "detox build -c android.emu.debug", "e2e:android-test": "detox test -c android.emu.debug", "e2e:android-build-release": "detox build -c android.emu.release", "e2e:android-test-release": "detox test -c android.emu.release --record-logs failing --take-screenshots failing", "e2e:ios-build": "IOS=true detox build -c ios.sim.debug", "e2e:ios-test": "IOS=true detox test -c ios.sim.debug", "e2e:ios-build-release": "detox build -c ios.sim.release", "e2e:ios-test-release": "IOS=true detox test -c ios.sim.release --record-logs failing --take-screenshots failing", "check": "npm run lint && npm run tsc", "clean-detox": "detox clean", "lint": "eslint --ignore-pattern node_modules --quiet .", "e2e:save-report": "node save_report.js", "start:webhook": "node webhook_server.js", "tsc": "NODE_OPTIONS=--max_old_space_size=12000 tsc --noEmit" } }