{
    "name": "@anonfly/cli",
    "version": "1.0.4",
    "description": "Anonfly Command Line Interface",
    "type": "module",
    "bin": {
        "anonfly": "./dist/index.js"
    },
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "scripts": {
        "build:tsup": "tsup src/index.ts --format esm --clean --dts",
        "build:templates": "node scripts/copy-templates.js",
        "build": "pnpm run build:tsup && pnpm run build:templates",
        "dev": "tsup src/index.ts --format esm --watch --dts",
        "start": "node dist/index.js"
    },
    "dependencies": {
        "@anonfly/sdk": "^1.0.4 ",
        "@anonfly/react": "^1.0.3",
        "commander": "^12.0.0",
        "inquirer": "^9.2.15",
        "conf": "^12.0.0",
        "chalk": "^5.3.0",
        "ora": "^8.0.1",
        "dotenv": "^16.4.5"
    },
    "devDependencies": {
        "tsup": "^8.0.2",
        "typescript": "^5.3.3",
        "@types/node": "^20.11.24",
        "@types/inquirer": "^9.0.7",
        "fs-extra": "^11.2.0"
    }
}