{
  "name": "cordova-plugin-swift-support",
  "version": "3.1.1",
  "description": "Add Swift 3 support for Cordova plugins",
  "homepage": "https://github.com/bitjson/cordova-plugin-swift-support",
  "cordova": {
    "id": "cordova-plugin-swift-support",
    "platforms": [
      "ios"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bitjson/cordova-plugin-swift-support.git"
  },
  "keywords": [
    "cordova",
    "ios",
    "swift",
    "swift-support",
    "ecosystem:cordova",
    "cordova-ios",
    "cordova:plugin"
  ],
  "license": "MIT",
  "dependencies": {
    "xcode": "^0.9.1"
  },
  "bundledDependencies": [
    "xcode"
  ],
  "devDependencies": {
    "conventional-changelog-cli": "^1.2.0",
    "cz-conventional-changelog": "^1.2.0",
    "ghooks": "^1.3.2",
    "validate-commit-msg": "^2.8.2",
    "xo": "^0.17.0"
  },
  "scripts": {
    "test": "xo",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "prep-release": "git clean -dfx && npm install && npm test && npm run changelog"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    },
    "ghooks": {
      "commit-msg": "validate-commit-msg"
    },
    "validate-commit-msg": {
      "helpMessage": "\nThis project uses commitizen to document changes. Please try:\nnpm install commitizen -g && git cz\n"
    }
  }
}
