{ "name": "arcrun", "version": "1.0.0", "description": "AI Workflow CLI for arcrun — deploy and run WASM-based AI workflows on Cloudflare", "bin": { "acr": "./dist/index.js" }, "main": "./dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "dependencies": { "chalk": "^5.3.0", "commander": "^12.0.0", "js-yaml": "^4.1.0", "ora": "^8.0.1" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^20.0.0", "typescript": "^5.4.0" }, "engines": { "node": ">=18.0.0" }, "keywords": ["cloudflare", "workers", "wasm", "workflow", "ai", "arcrun"], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/arcrun/arcrun.git" } }