{
  "name": "ios-sim-portable",
  "version": "4.5.1",
  "description": "",
  "main": "./lib/ios-sim.js",
  "files": [
    "lib/**/*.js",
    "lib/**/*.map",
    "lib/**/*.d.ts",
    "resources"
  ],
  "scripts": {
    "prepack": "tsc",
    "dev": "tsc --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "ios-sim-portable": "./bin/ios-sim-portable.js",
    "isim": "./bin/ios-sim-portable.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/telerik/ios-sim-portable.git"
  },
  "keywords": [
    "ios",
    "simulator"
  ],
  "author": "Telerik <support@telerik.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/telerik/ios-sim-portable/issues"
  },
  "homepage": "https://github.com/telerik/ios-sim-portable",
  "dependencies": {
    "bplist-parser": "0.3.2",
    "lodash": "4.17.21",
    "plist": "3.0.6",
    "shelljs": "~0.9.2",
    "yargs": "17.7.1"
  },
  "devDependencies": {
    "@types/lodash": "4.14.191",
    "@types/node": "^14.11.1",
    "@types/plist": "^3.0.2",
    "@types/yargs": "^17.0.23",
    "typescript": "5.0.2"
  },
  "engines": {
    "node": ">=6.0.0"
  }
}
