{ "name": "pulse-verity", "version": "1.2.6", "mcpName": "io.github.PulseBet/pulse-verity", "description": "Read-only MCP server for signed, verifiable Pulse Verity Index crypto prices", "license": "MIT", "type": "module", "main": "dist/index.js", "bin": { "pulse-verity": "dist/index.js" }, "files": [ "dist/index.js", "dist/quotaError.js", "README.md", "LICENSE", "SECURITY.md" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build && node dist/selftest.js && node scripts/entrypoint-test.mjs", "start": "node dist/index.js", "test": "npm run build && node dist/selftest.js && node scripts/words-test.mjs && node scripts/keyless-test.mjs && node scripts/manifest-copy-test.mjs && node scripts/manifest-tools-test.mjs && node scripts/cursor-plugin-test.mjs && node scripts/grok-plugin-test.mjs && node scripts/gemini-extension-test.mjs && node scripts/release-packaging-test.mjs && node scripts/entrypoint-test.mjs", "check:words": "node scripts/words-test.mjs", "prepare:alias": "node scripts/prepare-alias.mjs", "clean": "rm -rf dist", "check:keyless": "node scripts/keyless-test.mjs", "check:manifest": "node scripts/manifest-tools-test.mjs", "check:cursor": "node scripts/cursor-plugin-test.mjs", "check:grok": "node scripts/grok-plugin-test.mjs", "check:gemini": "node scripts/gemini-extension-test.mjs" }, "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/PulseBet/pulse-verity.git" }, "homepage": "https://thepulse.markets/developers", "bugs": { "url": "https://github.com/PulseBet/pulse-verity/issues" }, "keywords": [ "mcp", "model-context-protocol", "crypto", "price-index", "signed-prices", "pulse-verity" ], "publishConfig": { "access": "public", "provenance": true }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.2" } }