UNPKG

xswarm-buzz

Version:

AI-powered guerilla marketing automation for technical founders. Context-driven, cost-optimized, conversational. Team of One.

97 lines (96 loc) • 2.19 kB
{ "name": "xswarm-buzz", "version": "0.1.0-alpha.4", "description": "AI-powered guerilla marketing automation for technical founders. Context-driven, cost-optimized, conversational. Team of One.", "keywords": [ "marketing", "automation", "ai", "claude", "anthropic", "guerilla-marketing", "growth-hacking", "linkedin", "social-media", "outreach", "campaign", "content-marketing", "marketing-automation", "lead-generation", "cold-outreach", "xswarm", "cli", "cli-app", "conversational-ai", "multi-model", "cost-optimization", "indie-hacker", "solopreneur", "founder-tools" ], "homepage": "https://xswarm.ai", "bugs": { "url": "https://github.com/chadananda/xswarm-buzz/issues" }, "repository": { "type": "git", "url": "git+https://github.com/chadananda/xswarm-buzz.git" }, "license": "MIT", "author": { "name": "Chad Jones", "email": "chadananda@gmail.com", "url": "https://github.com/chadananda" }, "type": "module", "bin": { "xswarm-buzz": "bin/cli.js", "buzz": "bin/cli.js" }, "main": "./src/index.js", "exports": { ".": { "import": "./src/index.js" } }, "files": [ "bin/", "src/", "skills/", "README.md", "LICENSE" ], "scripts": { "start": "node bin/cli.js", "dev": "node --watch bin/cli.js", "test": "echo \"Error: Tests not implemented yet\" && exit 1", "lint": "eslint src/ bin/", "format": "prettier --write \"src/**/*.js\" \"bin/**/*.js\"", "prepublishOnly": "npm run lint", "postinstall": "node -e \"console.log('\\nšŸ xSwarm Buzz installed! Run \\'npx xswarm-buzz init\\' to get started.\\n')\"" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "os": [ "darwin", "linux", "win32" ], "preferGlobal": true, "dependencies": { "chalk": "^5.3.0", "commander": "^12.0.0", "inquirer": "^9.2.0", "ora": "^8.0.0" }, "devDependencies": { "eslint": "^8.57.0", "prettier": "^3.2.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/chadananda" } }