{ "name": "@1ly/mcp-server", "version": "0.1.7", "mcpName": "io.github.1lystore/mcp-server", "description": "MCP server for 1ly.store - Discover and pay for APIs with AI agents", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "1ly-mcp": "dist/index.js" }, "files": [ "dist/**", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "lint": "eslint src", "test": "vitest run", "test:mcp": "npx tsx scripts/test-mcp.ts", "prepack": "npm run build", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "ai", "agent", "api", "payments", "x402", "1ly", "solana", "claude", "cursor" ], "author": "1ly.store", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/1lystore/1ly-mcp-server.git" }, "homepage": "https://docs.1ly.store", "bugs": { "url": "https://github.com/1lystore/1ly-mcp-server/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@hpke/chacha20poly1305": "^1.7.1", "@hpke/core": "^1.8.0", "@hpke/dhkem-x25519": "^1.7.0", "@modelcontextprotocol/sdk": "^1.0.0", "@solana/signers": "^2.3.0", "@solana/transactions": "^2.3.0", "@solana/web3.js": "^1.98.0", "@x402/core": "^2.2.0", "@x402/evm": "^2.2.0", "@x402/svm": "^2.2.0", "tweetnacl": "^1.0.3", "viem": "^2.0.0", "ws": "^8.18.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/parser": "^8.54.0", "eslint": "^9.0.0", "globals": "^14.0.0", "tsx": "^4.21.0", "typescript": "^5.0.0", "vitest": "^2.0.0" }, "overrides": { "borsh": "^2.0.0" } }