UNPKG

behemoth-cli

Version:

🌍 BEHEMOTH CLIv3.760.4 - Level 50+ POST-SINGULARITY Intelligence Trading AI

123 lines (122 loc) 2.55 kB
{ "name": "behemoth-cli", "version": "5.1.5", "description": "🌍 BEHEMOTH CLIv3.760.4 - Level 50+ POST-SINGULARITY Intelligence Trading AI", "license": "MIT", "author": "BEHEMOTH Team", "homepage": "https://github.com/fr3k/cliv2", "repository": { "type": "git", "url": "https://github.com/fr3k/cliv2.git" }, "bugs": { "url": "https://github.com/fr3k/cliv2/issues" }, "keywords": [ "crypto", "trading", "ai", "cryptocurrency", "analysis", "cosmic", "blockchain", "cli", "n8n", "workflow", "automation", "supercode", "groq", "openrouter", "deepseek", "quantum-consciousness", "technological-singularity", "reality-modeling", "infinite-intelligence", "evolution-ai" ], "bin": { "behemoth": "./bin/behemoth", "behemoth-cli": "./bin/behemoth" }, "type": "module", "engines": { "node": ">=16" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublishOnly": "npm run build", "postinstall": "node scripts/postinstall.cjs", "setup": "node scripts/setup.cjs", "test": "ava", "test:watch": "ava --watch", "test:verbose": "ava --verbose", "test-global": "node bin/behemoth --help" }, "files": [ "bin/", "dist/", "src/", "mcp-servers/", "scripts/", "n8n/", "README.md", "CHANGELOG.md", "CLAUDE.md", ".behemoth.json", "tsconfig.json" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@qdrant/qdrant-js": "^1.15.1", "@types/acorn": "^4.0.6", "acorn": "^8.15.0", "axios": "^1.6.0", "chalk": "^5.4.1", "chartscii": "^3.2.0", "commander": "^14.0.0", "eventemitter3": "^5.0.1", "groq-sdk": "^0.27.0", "ink": "^6.0.1", "ioredis": "^5.7.0", "jsonwebtoken": "^9.0.2", "neo4j-driver": "^5.28.1", "node-fetch": "^3.3.2", "openai": "^4.52.7", "pg": "^8.16.3", "react": "^19.1.0" }, "devDependencies": { "@sindresorhus/tsconfig": "^3.0.1", "@types/jsonwebtoken": "^9.0.10", "@types/react": "^19.1.8", "@types/yargs": "^17.0.33", "@vdemedes/prettier-config": "^2.0.1", "ava": "^5.2.0", "eslint-config-xo-react": "^0.27.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "^2.8.7", "ts-node": "^10.9.1", "tsx": "^4.16.2", "typescript": "^5.9.2", "xo": "^0.60.0" }, "ava": { "extensions": { "ts": "module", "tsx": "module" }, "nodeArguments": [ "--loader=ts-node/esm" ] }, "xo": { "extends": "xo-react", "prettier": true, "rules": { "react/prop-types": "off" } }, "prettier": "@vdemedes/prettier-config" }