UNPKG

@21st-dev/magic

Version:

Magic MCP UI builder by 21st.dev

63 lines (62 loc) 1.5 kB
{ "name": "@21st-dev/magic", "version": "0.0.41", "type": "module", "description": "Magic MCP UI builder by 21st.dev", "homepage": "https://21st.dev/magic", "repository": { "type": "git", "url": "git+https://github.com/21st-dev/magic-mcp.git" }, "bin": { "magic": "dist/index.js" }, "files": [ "dist" ], "keywords": [ "mcp", "model-context-protocol", "ai", "UI", "frontend", "21st.dev", "21", "magic" ], "main": "dist/index.js", "scripts": { "build": "tsc && shx cp -r previewer dist/ && shx chmod +x dist/*.js", "build:prod": "npm run build && npm run test", "start": "node dist/index.js", "prepare": "npm run build:prod", "dev": "nodemon --watch src --ext ts,json --exec \"npm run build\"", "publish-patch": "npm version patch && npm run build:prod && npm publish --access public", "test": "jest" }, "author": "serafim@21st.dev", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "cors": "^2.8.5", "express": "^4.21.2", "open": "^10.1.0", "zod": "^3.24.2" }, "devDependencies": { "@types/axios": "^0.9.36", "@types/jest": "^29.5.14", "@types/node": "^22.13.4", "@types/react": "^19.0.12", "jest": "^29.7.0", "nodemon": "^3.1.9", "shx": "^0.3.4", "ts-jest": "^29.1.2", "typescript": "^5.8.2" }, "engines": { "node": ">=18.0.0" } }