@quick-game/cli
Version:
Command line interface for rapid qg development
112 lines (111 loc) • 2.99 kB
JSON
{
"name": "@quick-game/cli",
"version": "1.4.0",
"description": "Command line interface for rapid qg development",
"keywords": [
"vivo",
"OPPO",
"mi",
"rongyao",
"minigame",
"quickgame",
"quick-game",
"quickgame-cli",
"cli"
],
"bin": {
"qg": "bin/qg"
},
"author": "lianmeng",
"main": "index.js",
"homepage": "https://www.quickapp.cn/openness/quickGame",
"license": "MIT",
"files": [
"bin",
"dist",
"templates",
"install-puppeteer.js"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"postinstall": "node install-puppeteer.js"
},
"engines": {
"node": ">=8.9"
},
"dependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.25.9",
"@babel/node": "^7.25.9",
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/runtime": "^7.25.9",
"@babel/runtime-corejs2": "^7.25.9",
"@qgame/adapter": "^1.1.11",
"abort-controller": "^3.0.0",
"acorn-import-assertions": "^1.9.0",
"adb-commander": "^0.1.9",
"adb-devices-emitter": "^0.1.9",
"babel-loader": "8.4.1",
"chalk": "^2.4.2",
"child_process": "^1.0.2",
"chrome-paths": "^0.1.0",
"chrome-simple-launcher": "^0.1.4",
"commander": "^2.20.0",
"copy-webpack-plugin": "^13.0.0",
"debug": "^4.1.1",
"didyoumean": "^1.2.1",
"enhanced-resolve": "^5.15.0",
"execa": "^2.0.4",
"fflate": "^0.7.4",
"file-loader": "^6.2.0",
"fs-extra": "^8.1.0",
"hasbin": "^1.2.3",
"http": "^0.0.1-security",
"import-global": "^0.1.0",
"inquirer": "^6.4.1",
"internal-ip": "^4.3.0",
"ipaddr.js": "^1.9.1",
"jsrsasign": "^11.1.0",
"jszip": "^3.2.2",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-compress": "^5.1.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"latest-version": "^9.0.0",
"lru-cache": "^5.1.1",
"md5": "^2.2.1",
"minimist": "^1.2.0",
"node-fetch": "^2.7.0",
"node-forge": "^1.3.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"open": "^7.0.0",
"ora": "^3.4.0",
"pixi": "^0.3.1",
"portfinder": "^1.0.21",
"prettier": "^2.8.8",
"prettyjson": "^1.2.5",
"qr-image": "^3.2.0",
"qrcode": "^1.5.4",
"readline": "^1.3.0",
"request": "^2.88.2",
"semver": "^6.2.0",
"socket.io": "^4.8.1",
"string.prototype.padstart": "^3.0.0",
"terser-webpack-plugin": "^5.3.14",
"webpack": "5.98.0",
"webpack-cli": "4.10.0",
"webpack-inject-plugin": "^1.5.5",
"webpack-merge": "^5.9.0",
"xmlhttprequest": "^1.8.0"
},
"gitHead": "e274ca73562ea9b716f487f2ea46aaf82f94e723"
}