UNPKG

@oppo-minigame/cli

Version:

Command line interface for rapid OPPO minigame development

64 lines 1.74 kB
{ "name": "@oppo-minigame/cli", "version": "3.2.6", "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" }, "author": { "name": "oppominigame", "email": "oppominigame@oppo.com" }, "license": "MIT", "dependencies": { "@babel/core": "^7.27.7", "@babel/plugin-transform-modules-commonjs": "^7.27.1", "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", "@babel/plugin-transform-optional-chaining": "^7.27.1", "@inquirer/prompts": "^3.3.2", "adb-driver": "^0.1.8", "chalk": "^4.1.2", "commander": "^11.1.0", "fs-extra": "^11.3.0", "jsrsasign": "^11.1.0", "jszip": "^3.10.1", "ora": "^5.4.1", "qrcode-terminal": "^0.12.0", "replace": "^1.2.2", "shelljs": "^0.8.5", "spark-md5": "^3.0.2", "update-notifier": "^5.1.0" }, "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/" }, "engines": { "node": ">=16.20.2" }, "private": false, "dataCollection": true }