{
  "name": "zunoy-appshare-cli",
  "version": "0.4.4",
  "description": "cli app for appshare",
  "main": "index.js",
  "bin": {
    "appshare": "bin/appshare"
  },
  "scripts": {
    "postinstall": "node node_modules/go-npm-next/dist/index.js install",
    "preuninstall": "node node_modules/go-npm-next/dist/index.js uninstall",
    "prepare": "husky install",
    "update-version": "node scripts/update-version-from-tag.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Zunoy/zunoy-appshare-cli.git"
  },
  "keywords": [
    "cli",
    "ipa",
    "apk"
  ],
  "author": "Team Zunoy",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Zunoy/zunoy-appshare-cli/issues"
  },
  "homepage": "https://github.com/Zunoy/zunoy-appshare-cli#readme",
  "dependencies": {
    "go-npm-next": "^1.1.0"
  },
  "goBinary": {
    "name": "appshare",
    "path": "./bin",
    "url": "https://github.com/Zunoy/zunoy-appshare-cli/releases/download/v{{version}}/zunoy-appshare-cli_{{platform}}_{{arch}}.tar.gz"
  },
  "devDependencies": {
    "husky": "^9.1.7"
  }
}
