|
17 | 17 | "url": "https://github.com/appium/appium-windows-driver/issues" |
18 | 18 | }, |
19 | 19 | "engines": { |
20 | | - "node": ">=14", |
21 | | - "npm": ">=8" |
| 20 | + "node": "^20.19.0 || ^22.12.0 || >=24.0.0", |
| 21 | + "npm": ">=10" |
22 | 22 | }, |
23 | 23 | "prettier": { |
24 | 24 | "bracketSpacing": false, |
|
58 | 58 | "portscanner": "^2.2.0", |
59 | 59 | "semver": "^7.6.3", |
60 | 60 | "source-map-support": "^0.x", |
61 | | - "teen_process": "^2.0.1" |
| 61 | + "teen_process": "^3.0.0" |
62 | 62 | }, |
63 | 63 | "scripts": { |
64 | 64 | "build": "tsc -b", |
|
71 | 71 | "e2e-test": "mocha --exit --timeout 10m \"./test/e2e/**/*-specs.js\"" |
72 | 72 | }, |
73 | 73 | "peerDependencies": { |
74 | | - "appium": "^2.4.0" |
| 74 | + "appium": "^3.0.0-rc.2" |
75 | 75 | }, |
76 | 76 | "optionalDependencies": { |
77 | 77 | "koffi": "^2.8.1" |
78 | 78 | }, |
79 | 79 | "devDependencies": { |
80 | | - "@appium/eslint-config-appium-ts": "^1.x", |
81 | | - "@appium/tsconfig": "^0.x", |
82 | | - "@appium/types": "^0.x", |
| 80 | + "@appium/eslint-config-appium-ts": "^2.0.0-rc.1", |
| 81 | + "@appium/tsconfig": "^1.0.0-rc.1", |
| 82 | + "@appium/types": "^1.0.0-rc.1", |
83 | 83 | "@semantic-release/changelog": "^6.0.1", |
84 | 84 | "@semantic-release/git": "^10.0.1", |
85 | 85 | "@types/bluebird": "^3.5.38", |
86 | 86 | "@types/lodash": "^4.14.196", |
87 | 87 | "@types/mocha": "^10.0.1", |
88 | 88 | "@types/node": "^24.0.0", |
89 | | - "@types/teen_process": "^2.0.2", |
90 | 89 | "chai": "^5.1.1", |
91 | 90 | "chai-as-promised": "^8.0.0", |
92 | 91 | "conventional-changelog-conventionalcommits": "^9.0.0", |
|
0 commit comments