{
  "name": "@oppo-minigame/cli",
  "version": "2.1.10",
  "description": "Command line interface for rapid OPPO minigame development ",
  "scripts": {
    "dev": "cross-env NODE_ENV=development npx gulp dev",
    "release": "cross-env NODE_ENV=production npx gulp release",
    "installLocal": "cross-env NODE_ENV=development npx gulp installLocal",
    "prepublishOnly": "cross-env NODE_ENV=production npx gulp prepublish",
    "postpublish": "cross-env NODE_ENV=production npx gulp postpublish",
    "postinstall": "quickgame regedit",
    "preuninstall": "quickgame unregedit"
  },
  "author": {
    "name": "oppominigame",
    "email": "oppominigame@oppo.com"
  },
  "license": "MIT",
  "dependencies": {
    "@babel/core": "^7.25.2",
    "@babel/plugin-transform-modules-commonjs": "^7.24.8",
    "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
    "@babel/plugin-transform-optional-chaining": "^7.24.8",
    "adb-driver": "^0.1.8",
    "chalk": "^2.4.1",
    "commander": "^2.15.1",
    "fs-extra": "^6.0.1",
    "inquirer": "^8.2.6",
    "jsrsasign": "^7.1.2",
    "jszip": "^3.1.5",
    "ora": "^5.4.1",
    "qrcode-terminal": "^0.12.0",
    "replace": "^1.2.1",
    "shelljs": "^0.8.2",
    "spark-md5": "^3.0.1"
  },
  "files": [
    "lib",
    "laya",
    "egret",
    "sign",
    "tpl"
  ],
  "bin": {
    "quickgame": "lib/bin/quickgame"
  },
  "homepage": "https://ie-activity-cn.heytapimage.com/static/minigame/CN/docs/index.html#/",
  "bugs": {
    "url": "https://github.com/oppominigame/issues"
  },
  "keywords": [
    "OPPO",
    "minigame",
    "cli"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "private": false
}