UNPKG

@xec-sh/cli

Version:

Xec: The Universal Shell for TypeScript

118 lines 2.68 kB
{ "name": "@xec-sh/cli", "description": "Xec: The Universal Shell for TypeScript", "version": "0.8.0", "author": "DevGrid", "type": "module", "license": "MIT", "directories": { "bin": "./bin", "dist": "./dist" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "bin", "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" }, "./package.json": "./package.json" }, "keywords": [ "cli", "command-line", "shell", "universal-shell", "typescript", "javascript", "automation", "devops", "orchestration", "ssh", "docker", "kubernetes", "scripting", "template-literals", "interactive-prompts", "multi-environment", "remote-execution", "container-management", "deployment", "infrastructure", "workflow-automation", "repl", "project-management", "configuration-management", "file-operations", "process-execution" ], "scripts": { "build": "tsc", "test": "NODE_OPTIONS='--experimental-vm-modules' jest" }, "bin": { "xec": "bin/xec" }, "devDependencies": { "@jest/globals": "^30.0.4", "@types/fs-extra": "^11.0.4", "@types/jest": "^30.0.0", "@types/js-yaml": "^4.0.9", "@types/minimist": "^1.2.5", "@types/mustache": "^4.2.6", "@types/node": "^24.0.13", "@types/ssh2": "^1.15.5", "@types/which": "^3.0.4", "@xec-sh/test-utils": "0.7.1", "jest": "^30.0.4", "source-map-support": "^0.5.21", "tempy": "^3.1.0", "ts-jest": "^29.4.0", "ts-loader": "^9.5.2", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "^5.8.3" }, "repository": { "type": "git", "url": "git+https://github.com/xec-sh/xec.git", "directory": "apps/xec" }, "bugs": { "url": "https://github.com/xec-sh/xec/issues" }, "homepage": "https://xec.sh", "dependencies": { "@clack/prompts": "^0.11.0", "@xec-sh/core": "^0.8.0", "chalk": "^5.4.1", "chokidar": "^4.0.3", "commander": "^14.0.0", "csv-parse": "^6.1.0", "csv-stringify": "^6.6.0", "date-fns": "4.1.0", "diff": "^8.0.2", "dotenv": "^17.2.1", "es-toolkit": "^1.39.8", "esbuild": "^0.25.8", "fs-extra": "11.3.0", "glob": "^11.0.3", "handlebars": "^4.7.8", "js-yaml": "^4.1.0", "minimatch": "^10.0.3", "minimist": "^1.2.8", "node-fetch": "^3.3.2", "ps-list": "^8.1.1", "table": "^6.9.0", "which": "^5.0.0", "zod": "^3.25.76" }, "installConfig": { "hoistingLimits": "workspaces" } }