{
  "name": "node-simctl",
  "description": "Wrapper around Apple's simctl binary",
  "tags": [
    "apple",
    "ios",
    "simctl"
  ],
  "version": "7.7.5",
  "author": "Appium Contributors",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/appium/node-simctl.git"
  },
  "bugs": {
    "url": "https://github.com/appium/node-simctl/issues"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=8"
  },
  "main": "./build/index.js",
  "bin": {},
  "directories": {
    "lib": "./lib"
  },
  "files": [
    "index.js",
    "lib",
    "build/index.*",
    "build/lib",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@appium/logger": "^1.3.0",
    "asyncbox": "^3.0.0",
    "bluebird": "^3.5.1",
    "lodash": "^4.2.1",
    "rimraf": "^5.0.0",
    "semver": "^7.0.0",
    "source-map-support": "^0.x",
    "teen_process": "^2.2.0",
    "uuid": "^11.0.1",
    "which": "^5.0.0"
  },
  "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.*js\"",
    "e2e-test": "mocha --exit --timeout 5m \"./test/e2e/**/*-specs.js\""
  },
  "prettier": {
    "bracketSpacing": false,
    "printWidth": 100,
    "singleQuote": true
  },
  "devDependencies": {
    "@appium/eslint-config-appium-ts": "^1.x",
    "@appium/tsconfig": "^0.x",
    "@appium/types": "^0.x",
    "@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": "^24.0.0",
    "@types/teen_process": "^2.0.2",
    "appium-xcode": "^5.0.0",
    "chai": "^5.1.1",
    "chai-as-promised": "^8.0.0",
    "conventional-changelog-conventionalcommits": "^9.0.0",
    "mocha": "^11.0.1",
    "prettier": "^3.0.0",
    "proxyquire": "^2.1.3",
    "semantic-release": "^24.0.0",
    "sinon": "^21.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.4.3"
  },
  "types": "./build/index.d.ts"
}
