UNPKG

@baqhub/cli

Version:

The official command line interface for the BAQ federated app platform.

57 lines (56 loc) 1.39 kB
{ "name": "@baqhub/cli", "version": "0.1.28", "license": "MIT", "description": "The official command line interface for the BAQ federated app platform.", "author": "Baqhub", "homepage": "https://baq.dev/", "bugs": "https://github.com/baqhub/baq/issues", "repository": { "type": "git", "url": "https://github.com/baqhub/baq.git", "directory": "packages/lib-cli" }, "keywords": [ "baq", "baqhub", "federated", "javascript", "typescript", "cli", "command" ], "type": "module", "scripts": { "ts": "tsc --build --watch", "build": "tsc --build", "build:clean": "rm -rf ./build", "publish": "yarn npm publish", "test": "vitest" }, "main": "./build/src/index.js", "bin": { "baq": "./build/src/index.js" }, "dependencies": { "@baqhub/sdk": "^0.1.28", "@commander-js/extra-typings": "13.1.0", "@inquirer/prompts": "7.3.2", "commander": "13.1.0", "find-package-json": "1.2.0", "lodash": "4.17.21", "open": "10.1.0", "prettier": "3.5.2", "prettier-plugin-organize-imports": "4.1.0", "tslib": "2.8.1", "typescript": "5.7.3" }, "devDependencies": { "@types/find-package-json": "1.2.6", "@types/lodash": "4.17.15", "@types/node": "22.13.5", "@types/prettier": "3.0.0", "tsconfig-to-dual-package": "1.2.0", "vitest": "3.0.7" } }