-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@react-native-windows/automation",
"version": "0.3.344",
"description": "UI Automation Suite for React Native Windows Applications",
"main": "lib-commonjs/index.js",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/react-native-windows",
"directory": "packages/@react-native-windows/automation"
},
"license": "MIT",
"private": false,
"scripts": {
"build": "rnw-scripts build",
"clean": "rnw-scripts clean",
"lint": "rnw-scripts lint",
"lint:fix": "rnw-scripts lint:fix",
"watch": "rnw-scripts watch"
},
"dependencies": {
"@react-native-windows/automation-channel": "^0.12.262",
"@react-native-windows/fs": "^0.0.0-canary.61",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"chalk": "^4.1.2",
"readline-sync": "1.4.10",
"webdriverio": "^6.9.0"
},
"devDependencies": {
"@jest/create-cache-key-function": "^29.2.1",
"@jest/environment": "^29.3.0",
"@jest/types": "^29.2.1",
"@rnw-scripts/eslint-config": "1.2.32",
"@rnw-scripts/just-task": "2.3.49",
"@rnw-scripts/ts-config": "2.0.5",
"@types/jest": "^29.2.2",
"@types/node": "^18.0.0",
"@types/readline-sync": "^1.4.4",
"eslint": "^8.19.0",
"prettier": "2.8.8",
"typescript": "5.0.4"
},
"peerDependencies": {
"jest": ">=29.0.3",
"jest-environment-node": ">=29.2.2"
},
"files": [
"lib-commonjs",
"README.md"
],
"engines": {
"node": ">= 18"
}
}