UNPKG

@bit-ocean/cli

Version:
64 lines 1.74 kB
{ "name": "@bit-ocean/cli", "version": "0.0.53", "description": "Universal CLI.", "author": "Bruce Song <recall4056@gmail.com> (https://github.com/recallwei/)", "homepage": "https://github.com/bit-ocean-studio/infra#readme", "bugs": "https://github.com/bit-ocean-studio/infra/issues", "repository": { "type": "git", "url": "https://github.com/bit-ocean-studio/infra.git", "directory": "packages/cli" }, "keywords": [ "bit-ocean", "bit-ocean-infra", "cli" ], "bin": { "bo": "bin/index.js" }, "files": [ "assets", "bin", "dist" ], "type": "module", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "dependencies": { "commander": "^13.1.0", "cross-fetch": "^4.1.0", "cross-spawn": "^7.0.6", "handlebars": "4.7.8", "kolorist": "^1.8.0", "prompts": "^2.4.2", "@bit-ocean/config": "^0.0.53" }, "devDependencies": { "@types/cross-spawn": "^6.0.6", "@types/prompts": "^2.4.9" }, "publishConfig": { "access": "public" }, "license": "MIT", "scripts": { "dev": "tsup --watch", "build": "tsup", "type:check": "tsc --pretty --noEmit", "cspell:check": "cspell --no-progress --show-suggestions --show-context --cache **", "eslint:check": "eslint . --color --cache", "eslint:fix": "eslint . --color --cache --fix", "prettier:check": "prettier --check --cache --ignore-unknown --ignore-path=../../.prettierignore .", "prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ." } }