{
  "name": "ios-device-lib",
  "version": "0.9.5",
  "description": "",
  "types": "./typings/ios-device-lib.d.ts",
  "main": "index.js",
  "files": [
    "bin",
    "typings",
    "*.js"
  ],
  "scripts": {
    "prepack": "npm test",
    "mocha": "mocha",
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telerik/ios-device-lib.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/telerik/ios-device-lib/issues"
  },
  "homepage": "https://github.com/telerik/ios-device-lib#readme",
  "dependencies": {
    "bufferpack": "0.0.6",
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "chai": "4.2.0",
    "husky": "^5.1.3",
    "istanbul": "0.4.5",
    "lint-staged": "^10.5.4",
    "mocha": "5.2.0"
  },
  "lint-staged": {
    "*.{cpp,h}": "clang-format -style=llvm -i"
  }
}
