ecus-cli
Version:
A Command line interface of ECUS
76 lines • 1.86 kB
JSON
{
"name": "ecus-cli",
"version": "1.3.0",
"description": "A Command line interface of ECUS",
"bin": {
"ecus": "./bin/cli"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib",
"bin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/moonrailgun/ecus.git"
},
"keywords": [
"ecus",
"expo",
"hotfix",
"react native",
"reactnative",
"custom",
"opensource",
"free"
],
"author": "moonrailgun",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonrailgun/ecus/issues"
},
"homepage": "https://github.com/moonrailgun/ecus#readme",
"dependencies": {
"@expo/config": "^10.0.10",
"@expo/config-plugins": "^9.0.17",
"@expo/plist": "^0.2.2",
"adm-zip": "^0.5.16",
"cli-progress": "^3.12.0",
"crypto-random-string": "3.3.1",
"dotenv": "^16.0.0",
"filesize": "^8.0.7",
"form-data": "^4.0.2",
"glob": "^8.1.0",
"got": "11.8.5",
"inquirer": "^8.2.2",
"lodash": "^4.17.21",
"ora": "5.4.1",
"pretty-ms": "7.0.1",
"resolve-from": "^5.0.0",
"rimraf": "^3.0.2",
"simple-git": "^3.27.0",
"yargs": "^17.4.0",
"zx": "^8.3.2"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/cli-progress": "^3.11.6",
"@types/glob": "^8.0.0",
"@types/inquirer": "^8.2.1",
"@types/lodash": "^4.14.170",
"@types/node": "^18.13.0",
"@types/yargs": "^17.0.10",
"cross-env": "^7.0.3",
"prettier": "^3.3.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"scripts": {
"dev": "cross-env NODE_ENV=development ts-node ./src/index.ts",
"build": "rimraf -rf lib && tsc",
"watch": "tsc --watch",
"release": "npm publish --registry https://registry.npmjs.com/",
"test": "echo \"Error: no test specified\" && exit 1"
}
}