{ "name": "@flowgram.ai/cli", "version": "0.1.8", "description": "A CLI tool to create demo projects or sync materials", "bin": { "flowgram-cli": "./bin/index.js" }, "type": "module", "files": [ "bin", "src", "dist" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts --out-dir dist", "watch": "tsup src/index.ts --format esm,cjs --out-dir dist --watch", "start": "node bin/index.js", "lint": "eslint ./src --cache", "lint:fix": "eslint ./src --fix" }, "dependencies": { "fs-extra": "^9.1.0", "commander": "^11.0.0", "chalk": "^5.3.0", "tar": "7.4.3", "inquirer": "^12.9.4", "ignore": "~7.0.5" }, "devDependencies": { "@flowgram.ai/eslint-config": "workspace:*", "@types/download": "8.0.5", "@types/fs-extra": "11.0.4", "@types/node": "^18", "@types/inquirer": "^9.0.9", "tsup": "^8.0.1", "eslint": "^9.0.0", "@typescript-eslint/parser": "^8.0.0", "typescript": "^5.8.3" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }