UNPKG

fy-nativebuilder

Version:
42 lines (41 loc) 1.04 kB
{ "name": "fy-nativebuilder", "version": "1.0.6", "description": "laya native builder for fygame.", "main": "bin/index.js", "scripts": { "test": "tsc & node bin/index.js -p G:/qhgame/trunk/project --platform qhgame:xiaoma:localTest --gameid 0 --buildApk", "build": "tsc", "release": "npm version patch && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/Halliwood/fy-nativebuilder.git" }, "keywords": [ "laya", "native", "h5", "android", "apk", "fygame" ], "author": "teppei", "bin": "bin/fy-nativebuilder", "license": "MIT", "bugs": { "url": "https://github.com/Halliwood/fy-nativebuilder/issues" }, "homepage": "https://github.com/Halliwood/fy-nativebuilder#readme", "devDependencies": { "@types/fs-extra": "^9.0.1", "@types/lodash": "^4.14.161", "@types/node": "^14.6.4", "@types/typescript": "^2.0.0" }, "dependencies": { "commander": "^6.1.0", "fs-extra": "^9.0.1", "lodash": "^4.17.20" } }