UNPKG

rwa-build

Version:

MCP library for AI-assisted Real World Asset tokenization on XRPL

61 lines 1.35 kB
{ "name": "rwa-build", "version": "0.1.0", "description": "MCP library for AI-assisted Real World Asset tokenization on XRPL", "main": "dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "bin": { "rwa-build": "dist/index.js" }, "files": [ "dist" ], "keywords": [ "rwa", "real-world-assets", "tokenization", "xrpl", "xrp-ledger", "mcp", "model-context-protocol", "ai-assisted", "defi", "claude", "blockchain" ], "scripts": { "build": "tsup", "prepare": "npm run build", "test": "jest", "setup:wallet": "ts-node scripts/setup-wallet.ts", "dev:demo" : "" }, "repository": { "type": "git", "url": "git+https://github.com/tamago-labs/rwa-build.git" }, "author": "Pisuth", "license": "MIT", "bugs": { "url": "https://github.com/tamago-labs/rwa-build/issues" }, "homepage": "https://rwa-build.vercel.app", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "xrpl": "^4.2.5", "zod": "^3.24.3", "bignumber.js": "^9.3.0", "axios": "^1.9.0" }, "devDependencies": { "@types/node": "^22.15.2", "typescript": "^5.8.3", "tsup": "^8.4.0", "jest": "^29.7.0", "ts-jest": "^29.3.2", "@types/jest": "^29.5.14", "dotenv": "^16.5.0", "ts-node": "^10.9.2" } }