@mesh-tech/mesh-cli
Version:
CLI for Mesh platform development utilities
75 lines (74 loc) • 1.91 kB
JSON
{
"name": "@mesh-tech/mesh-cli",
"version": "0.22.4",
"description": "CLI for Mesh platform development utilities",
"type": "module",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/mesh-tech/mesh-platform.git",
"directory": "libs/mesh-cli"
},
"bin": {
"mesh": "./dist/bin/mesh.js"
},
"files": [
"bin/mesh.mjs",
"dist",
"templates",
"fragments",
"stack",
".agents",
"skills",
"assets"
],
"keywords": [
"tanstack-intent"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"default": "./dist/src/index.js"
},
"./temporal": {
"types": "./dist/src/commands/temporal.d.ts",
"default": "./dist/src/commands/temporal.js"
},
"./temporal-codec": {
"types": "./dist/src/utils/temporal-codec.d.ts",
"default": "./dist/src/utils/temporal-codec.js"
},
"./package.json": "./package.json"
},
"devDependencies": {
"@mesh-tech/agent-contracts": "0.2.0",
"@mesh-tech/tsconfig": "2.10.0",
"@mesh-tech/workflow-viz": "0.3.0",
"@tanstack/intent": "^0.3.6",
"@types/node": "^20.0.0",
"tsx": "^4.20.4"
},
"dependencies": {
"@aws-sdk/client-route-53": "^3.700.0",
"@aws-sdk/client-secrets-manager": "^3.700.0",
"@aws-sdk/client-ssm": "^3.700.0",
"@aws-sdk/client-sts": "^3.700.0",
"@inquirer/checkbox": "^4.2.0",
"@inquirer/confirm": "^5.1.14",
"@inquirer/input": "^4.2.1",
"@inquirer/password": "^4.0.17",
"@inquirer/select": "^4.3.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"handlebars": "^4.7.8",
"yaml": "^2.8.1",
"zod": "^4.2.1"
},
"optionalDependencies": {
"@aws-sdk/client-s3": "^3.864.0",
"@temporalio/client": "^1.17.0",
"@temporalio/common": "^1.17.0"
},
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
}