{ "name": "sigrank", "version": "1.0.40", "author": "SunrisesIllNeverSee (https://github.com/SunrisesIllNeverSee)", "description": "Upsilon measurement engine distributed through the sigrank CLI/MCP compatibility package, with SigRank public leaderboard tools.", "mcpName": "io.github.SunrisesIllNeverSee/sigrank-mcp", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SunrisesIllNeverSee/sigrank-mcp.git" }, "homepage": "https://signalaf.com", "bugs": { "url": "https://github.com/SunrisesIllNeverSee/sigrank-mcp/issues" }, "bin": { "sigrank": "bin/sigrank.mjs", "sigrank-mcp": "bin/sigrank.mjs" }, "main": "index.mjs", "engines": { "node": ">=18" }, "scripts": { "start": "node index.mjs", "test": "node test.mjs && node --test __tests__/sign.test.mjs __tests__/cascade.test.mjs __tests__/badges.test.mjs __tests__/tui-input.test.mjs __tests__/standard-record.test.mjs __tests__/standard-cli.test.mjs __tests__/product-architecture.test.mjs __tests__/tteop-delegation.test.mjs", "test:packaged": "node scripts/packed-artifact-smoke.mjs", "sync:platforms": "node scripts/sync-platforms.mjs", "sync:spine": "node scripts/sync-spine.mjs", "spine:check": "node scripts/sync-spine.mjs --check", "spine:diff": "node scripts/sync-spine.mjs --dry-run" }, "files": [ "bin/", "index.mjs", "proxy.mjs", "lib/", "tools/", "analytics/", "identity/", "submit/", "adapters/", "presentation/", "resources/", "prompts/", "badges.mjs", "review.mjs", "cascade.mjs", "keystore.mjs", "sign.mjs", "connect.mjs", "submit.mjs", "preflight.mjs", "omp-cache.mjs", "adapters.mjs", "tokenpull.mjs", "tui.mjs", "cli.mjs", "narrate.mjs", "tools.mjs", "tokscale_analytics.mjs", "manifest.json", "README.md", "CHANGELOG.md", "MCP_SERVER_DESCRIPTION.md", "LICENSE" ], "keywords": [ "mcp", "model-context-protocol", "ai-agents", "claude", "anthropic", "llm", "token-telemetry", "token-usage", "leaderboard", "cli", "tui", "yield-cascade", "sigrank", "agent-tools", "on-device" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "token-cascade": "^0.2.1", "ccusage": "^20.0.19", "tokscale": "^4.7.0" }, "devDependencies": { "@resvg/resvg-js": "^2.6.2", "gifenc": "^1.0.3", "tteop-spec": "0.1.5-draft" }, "overrides": { "@hono/node-server": "^2.0.5" } }