appium-ios-simulator
Version:
iOS Simulator interface for Appium.
88 lines (87 loc) • 2.27 kB
JSON
{
"name": "appium-ios-simulator",
"description": "iOS Simulator interface for Appium.",
"keywords": [
"appium",
"simulator",
"ios",
"simctl"
],
"version": "8.0.9",
"author": "Appium Contributors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-ios-simulator.git"
},
"bugs": {
"url": "https://github.com/appium/appium-ios-simulator/issues"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
"npm": ">=10"
},
"main": "./build/index.js",
"bin": {},
"directories": {
"lib": "lib"
},
"files": [
"index.ts",
"lib",
"build/index.*",
"build/lib",
"CHANGELOG.md"
],
"dependencies": {
"@appium/support": "^7.0.0-rc.1",
"@xmldom/xmldom": "^0.x",
"appium-xcode": "^6.0.0",
"async-lock": "^1.0.0",
"asyncbox": "^4.0.1",
"bluebird": "^3.5.1",
"lodash": "^4.2.1",
"node-simctl": "^8.1.1",
"semver": "^7.0.0",
"teen_process": "^4.0.4"
},
"scripts": {
"build": "tsc -b",
"clean": "npm run build -- --clean",
"rebuild": "npm run clean; npm run build",
"dev": "npm run build -- --watch",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"prepare": "npm run build",
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.ts\"",
"e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.ts\""
},
"prettier": {
"bracketSpacing": false,
"printWidth": 100,
"singleQuote": true
},
"devDependencies": {
"@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
"@appium/tsconfig": "^1.0.0-rc.1",
"@appium/types": "^1.0.0-rc.1",
"@colors/colors": "^1.5.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/bluebird": "^3.5.38",
"@types/lodash": "^4.14.196",
"@types/mocha": "^10.0.1",
"@types/node": "^25.0.0",
"chai": "^6.0.0",
"chai-as-promised": "^8.0.2",
"conventional-changelog-conventionalcommits": "^9.0.0",
"mocha": "^11.0.1",
"pem": "^1.8.3",
"prettier": "^3.0.0",
"semantic-release": "^25.0.2",
"sinon": "^21.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.2"
},
"types": "./build/index.d.ts"
}