UNPKG

bytefun-ai-mcp

Version:

ByteFun AI MCP服务 - 打通产品设计、UI设计、代码开发的服务平台,支持设计稿转代码和跨平台原生代码开发

60 lines (59 loc) 1.4 kB
{ "name": "bytefun-ai-mcp", "version": "1.9.76", "description": "ByteFun AI MCP服务 - 打通产品设计、UI设计、代码开发的服务平台,支持设计稿转代码和跨平台原生代码开发", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node build/index.js", "test": "node test-server.js", "prepare": "npm run build", "publish:patch": "npm version patch && npm publish", "publish:minor": "npm version minor && npm publish", "publish:major": "npm version major && npm publish" }, "keywords": [ "mcp", "ai", "prompt", "optimization", "code", "ui", "bytefun", "design", "cross-platform", "native-development", "design-to-code", "typescript", "html", "css" ], "author": "ByteFun <support@bytefungo.com>", "license": "UNLICENSED", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "bin": { "bytefun-ai-mcp": "build/index.js" }, "files": [ "build/**/*", "README.md" ], "homepage": "https://www.bytefungo.com", "bugs": { "url": "https://www.bytefungo.com", "email": "support@bytefungo.com" }, "private": false, "repository": { "type": "git", "url": "PRIVATE_REPOSITORY" } }