{ "name": "test-suite", "version": "1.0.0", "description": "Test suite for the Expo SDK", "main": "index.js", "scripts": { "postinstall": "expo-yarn-workspaces postinstall", "test": "cd Runner && yarn && cd .. && node Runner/index.js ." }, "author": "", "license": "MIT", "powertools": { "group": "client" }, "dependencies": { "async-retry": "^1.1.4", "expo": "^31.0.0-rc.0", "i18n-js": "^3.0.11", "immutable": "^3.8.1", "jasmine-core": "^2.4.1", "lodash": "^4.17.4", "react": "16.5.0", "react-native": "^0.57.1", "should": "^13.2.3", "should-sinon": "^0.0.6", "sinon": "^7.1.1" } }