bytefun-ai-mcp
Version:
ByteFun AI MCP服务 - 打通产品设计、UI设计、代码开发的服务平台,支持设计稿转代码和跨平台原生代码开发
75 lines (74 loc) • 1.97 kB
JSON
{
"name": "bytefun-ai-mcp",
"version": "1.14.65",
"description": "ByteFun AI MCP服务 - 打通产品设计、UI设计、代码开发的服务平台,支持设计稿转代码和跨平台原生代码开发",
"main": "build/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"build:clean": "rm -rf build && npm run build",
"copy-html": "chokidar \"src/**/*.html\" -c \"cp '{path}' 'build/{path}'\"",
"watch-html": "chokidar \"src/**/*.html\" --initial -c \"cp '{path}' 'build/{path}'\"",
"dev": "npm run watch-html & tsc --watch",
"start": "node build/index.js",
"test": "node test-server.js",
"prepare": "npm run build",
"publish:dev": "npm run build:clean && npm publish",
"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",
"backend",
"database",
"api",
"interface-design"
],
"author": "ByteFun <support@bytefungo.com>",
"license": "UNLICENSED",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"@types/sm-crypto": "^0.3.4",
"@types/ws": "^8.18.1",
"sm-crypto": "^0.3.13",
"socket.io-client": "^4.7.4",
"ws": "^8.18.2"
},
"devDependencies": {
"@types/node": "^20.0.0",
"chokidar-cli": "^3.0.0",
"ts-node": "^10.9.2",
"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"
}
}