xref: /expo/apps/test-suite/package.json (revision 8ef929c3)
1{
2  "name": "test-suite",
3  "version": "1.0.0",
4  "description": "Test suite for the Expo SDK",
5  "main": "index.js",
6  "scripts": {
7    "postinstall": "expo-yarn-workspaces postinstall",
8    "test": "cd Runner && yarn && cd .. && node Runner/index.js ."
9  },
10  "author": "",
11  "license": "MIT",
12  "powertools": {
13    "group": "client"
14  },
15  "dependencies": {
16    "async-retry": "^1.1.4",
17    "expo": "^31.0.0-rc.0",
18    "i18n-js": "^3.0.11",
19    "immutable": "^3.8.1",
20    "jasmine-core": "^2.4.1",
21    "lodash": "^4.17.4",
22    "react": "16.5.0",
23    "react-native": "^0.57.1",
24    "should": "^13.2.3",
25    "should-sinon": "^0.0.6",
26    "sinon": "^7.1.1"
27  }
28}
29