{
    "name": "@getfrontline/cli",
    "version": "1.0.20",
    "description": "Frontline CLI — Public API (agents, workflows, billing, tables, objects) + Max chat/admin REST from your terminal",
    "private": false,
    "type": "commonjs",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "bin": {
        "frontline": "dist/index.js",
        "max": "dist/max.js"
    },
    "files": [
        "dist",
        "scripts/runPostinstall.mjs"
    ],
    "scripts": {
        "build": "node ./scripts/clean.mjs && tsc -p tsconfig.json && node ./scripts/addShebang.mjs && node ./scripts/copyStatic.mjs",
        "dev:frontline": "ts-node src/index.ts",
        "dev:max": "ts-node src/max.ts",
        "postinstall": "node ./scripts/runPostinstall.mjs",
        "pack": "npm pack --dry-run",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "frontline",
        "cli",
        "api",
        "max",
        "agents",
        "getfrontline",
        "workflows",
        "crm"
    ],
    "license": "MIT",
    "dependencies": {
        "chalk": "^4.1.2",
        "commander": "^13.1.0",
        "conf": "^10.2.0",
        "ora": "^5.4.1",
        "terminal-image": "^3.1.1"
    },
    "devDependencies": {
        "@types/js-yaml": "^4.0.9",
        "@types/node": "^22.0.0",
        "ts-node": "^10.9.2",
        "typescript": "^5.7.0"
    },
    "engines": {
        "node": ">=18.0.0"
    }
}
