{ "name": "vibedate", "version": "0.9.0", "description": "Dating by tokens — matched by usage league across agentic CLIs. Raw usage stays local; only your league is shared. CLI + local web app + MCP. Local-first.", "type": "module", "license": "MIT", "author": "Pooria Arab", "bin": { "vibedate": "./dist/cli.js", "vibedating": "./dist/cli.js", "vibedate-mcp": "./dist/mcp-bin.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts src/cli.ts src/mcp.ts src/mcp-bin.ts --format esm --dts --clean", "typecheck": "tsc --noEmit", "test": "vitest run --exclude '**/*.harness.test.ts'", "test:watch": "vitest", "bench": "tsx bench/run.ts", "test:harness": "npm run build && vitest run harness.test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@pooriaarab/vibe-core": "^0.6.0", "hyperswarm": "^4.17.0", "nostr-tools": "^2.24.1" }, "devDependencies": { "@types/node": "^20.11.0", "hyperdht": "^6.33.0", "tsup": "^8.0.0", "tsx": "^4.23.1", "typescript": "^5.4.0", "vitest": "^5.0.0", "werift": "^0.24.1" }, "homepage": "https://github.com/pooriaarab/vibedating#readme", "repository": { "type": "git", "url": "git+https://github.com/pooriaarab/vibedating.git" }, "bugs": { "url": "https://github.com/pooriaarab/vibedating/issues" }, "keywords": [ "vibe-suite", "vibedating", "claude-code", "codex", "agentic", "cli", "mcp", "tokens", "local-first" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "mcpName": "io.github.pooriaarab/vibedate" }