UNPKG

quickgame-cli

Version:

quickgame cli

51 lines (50 loc) 1.07 kB
{ "name": "quickgame-cli", "version": "0.2.5", "description": "quickgame cli", "main": "index.js", "bin": { "quickgame": "./bin/index.js" }, "scripts": { "test": "jest __tests__/*" }, "keywords": [ "quickgame", "game", "quickgame-cli" ], "author": "damon_chen", "license": "ISC", "dependencies": { "@babel/core": "^7.9.6", "@babel/plugin-transform-runtime": "^7.9.6", "@babel/runtime": "^7.9.6", "adb-commander": "^0.1.8", "adb-driver": "^0.1.8", "babel-plugin-transform-remove-strict-mode": "0.0.2", "chalk": "^2.4.2", "chrome-simple-launcher": "0.0.8", "commander": "^2.20.0", "dayjs": "^1.8.8", "del": "^3.0.0", "esbuild": "^0.25.2", "fs-extra": "^7.0.1", "jsrsasign": "^7.1.2", "jszip": "^3.1.5", "portfinder": "^1.0.20", "quickgame-server": "0.2.5", "request": "^2.81.0", "webpack": "5.88.1" }, "devDependencies": { "adm-zip": "^0.4.13", "jest": "^24.7.1" }, "babel": { "plugins": [ "babel-plugin-transform-remove-strict-mode" ] }, "gitHead": "52df03d9fd665e1b815a9a062dc9fdfba07dd7d9" }