UNPKG

story-build

Version:

MCP library for AI-assisted IP registration and licensing on Story Protocol

70 lines (69 loc) 1.88 kB
{ "name": "story-build", "version": "0.1.1", "description": "MCP library for AI-assisted IP registration and licensing on Story Protocol", "main": "dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "bin": { "story-build": "dist/index.js" }, "files": [ "dist" ], "keywords": [ "ip", "intellectual-property", "story-protocol", "mcp", "model-context-protocol", "ai-assisted", "licensing", "claude", "blockchain" ], "scripts": { "build": "tsup", "prepare": "npm run build", "test": "jest", "dev": "ts-node src/index.ts", "test:wallet": "ts-node tests/test-wallet-tools.ts", "test:simulation": "ts-node tests/test-simulation-tools.ts", "test:pinata": "ts-node tests/test-pinata-utils.ts", "setup:wallet": "ts-node scripts/setup-wallet.ts", "wallet:generate": "ts-node scripts/generate-wallet.ts", "wallet:check": "ts-node scripts/check-wallet.ts", "wallet:table": "ts-node scripts/check-wallet.ts table", "wallet:mainnet": "ts-node scripts/setup-wallet.ts mainnet" }, "repository": { "type": "git", "url": "git+https://github.com/tamago-labs/story-build.git" }, "author": "Pisuth", "license": "MIT", "bugs": { "url": "https://github.com/tamago-labs/story-build/issues" }, "homepage": "https://story-build.vercel.app", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "@story-protocol/core-sdk": "1.3.2", "axios": "^1.10.0", "dotenv": "^16.4.7", "multiformats": "^9.9.0", "pinata": "^2.3.0", "viem": "^2.8.12", "zod": "^3.24.3" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.15.2", "dotenv": "^16.5.0", "jest": "^29.7.0", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "tsup": "^8.4.0", "typescript": "^5.8.3" } }