UNPKG

@bring-it/cli

Version:
52 lines 1.03 kB
{ "name": "@bring-it/cli", "version": "0.10.0", "description": "Common command line interface of 'bring-it'", "license": "MIT", "author": { "name": "Eric Chen", "email": "airkro@qq.com" }, "keywords": [ "bring-it", "ci", "cli", "deploy", "deployment", "frontend", "release" ], "homepage": "https://github.com/airkro/bring-it/tree/master/packages/cli", "repository": { "type": "git", "url": "https://github.com/airkro/bring-it.git", "directory": "packages/cli" }, "bugs": { "url": "https://github.com/airkro/bring-it/issues" }, "bin": { "bring-it": "dist/cli.mjs" }, "files": [ "dist" ], "type": "module", "dependencies": { "globby": "^14.1.0", "yargs": "^17.7.2" }, "devDependencies": { "cheetor": "^0.13.0" }, "engines": { "node": ">=22.11.0 || ^20.18.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "best-shot prod" } }