@21st-dev/cli
Version:
MCP configuration installer by 21st.dev
51 lines (50 loc) • 1.06 kB
JSON
{
"name": "@21st-dev/cli",
"version": "0.0.29",
"type": "module",
"description": "MCP configuration installer by 21st.dev",
"main": "dist/index.js",
"homepage": "https://21st.dev/magic",
"repository": {
"type": "git",
"url": "git@github.com:21st-dev/cli.git"
},
"files": [
"dist"
],
"bin": {
"21st-dev-cli": "dist/cli.js"
},
"scripts": {
"build": "tsc && shx chmod +x dist/cli.js",
"start": "node dist/cli.js",
"dev": "nodemon --watch src --ext ts,json --exec \"npm run build\"",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"21st.dev",
"cli",
"installer"
],
"author": "sergeibynas@gmail.com",
"license": "ISC",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.0.0",
"inquirer": "^12.5.0",
"ora": "^8.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.28",
"nodemon": "^3.1.0",
"shx": "^0.3.4",
"typescript": "^5.4.2"
},
"engines": {
"node": ">=18.0.0"
}
}