-
-
Notifications
You must be signed in to change notification settings - Fork 344
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "sentry-react-native-e2e-tests",
"version": "6.11.0-beta.0",
"private": true,
"description": "Sentry React Native End to End Tests Library",
"main": "dist/index.js",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test:ios": "./cli.mjs ios --create --build --test",
"test:android": "./cli.mjs android --create --build --test"
},
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.18.6",
"@sentry/core": "8.54.0",
"@sentry/react-native": "6.11.0-beta.0",
"@types/node": "^20.9.3",
"@types/react": "^18.2.64",
"appium": "2.4.1",
"appium-uiautomator2-driver": "2.39.0",
"appium-xcuitest-driver": "5.13.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"react": "18.3.1",
"react-native": "0.78.1",
"react-native-launch-arguments": "^4.0.2",
"typescript": "4.9.5",
"webdriverio": "^8.27.0"
},
"dependencies": {
"minimist": "1.2.8",
"p-retry": "6.2.0",
"semver": "7.6.3",
"xcode": "3.0.1"
},
"peerDependencies": {
"react-native-launch-arguments": "^4.0.2"
}
}