UNPKG

@promptx/cli

Version:

PromptX CLI - Command-line interface for the DPML-powered AI prompt framework

36 lines 818 B
{ "name": "@promptx/cli", "version": "1.27.7", "description": "PromptX CLI - Command-line interface for the DPML-powered AI prompt framework", "type": "module", "files": [ "dist" ], "bin": { "promptx": "./dist/promptx.js", "promptx-cli": "./dist/promptx.js" }, "dependencies": { "commander": "^12.1.0", "chalk": "^5.3.0", "@promptx/core": "1.27.7", "@promptx/logger": "1.27.7", "@promptx/mcp-server": "1.27.7" }, "devDependencies": {}, "engines": { "node": ">=18.17.0" }, "publishConfig": { "access": "public" }, "license": "MIT", "scripts": { "start": "PROMPTX_ENV=development node dist/promptx.js", "dev": "tsup --watch", "test": "vitest run", "test:watch": "vitest", "build": "tsup", "typecheck": "tsc --noEmit" } }