@kya-os/create-xmcpi-app
Version:
Bootstrap XMCP applications with identity features
67 lines (66 loc) • 1.58 kB
JSON
{
"name": "@kya-os/create-xmcpi-app",
"version": "0.1.0-alpha.147",
"description": "Bootstrap XMCP applications with identity features",
"type": "module",
"bin": {
"create-xmcpi-app": "index.js"
},
"files": [
"index.js",
"dist/**/*",
"templates/**/*"
],
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"dev": "tsc --watch",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@kya-os/cli": "^1.0.0",
"@kya-os/cli-effects": "^1.0.9",
"@kya-os/mcp-i": "^0.1.0-alpha.3.9",
"@noble/ed25519": "^2.1.0",
"axios": "^1.11.0",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"dotenv-cli": "^7.4.4",
"fs-extra": "^11.2.0",
"inquirer": "^12.9.4",
"jose": "^6.0.12",
"ora": "^8.0.1",
"swc-loader": "^0.2.6",
"tsx": "^4.20.4",
"@kya-os/xmcp-i": "^0.1.10",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.0.0",
"typescript": "^5.3.0"
},
"keywords": [
"xmcp",
"xmcp-i",
"create-app",
"cli",
"bootstrap",
"identity",
"mcp"
],
"engines": {
"node": ">=20.0.0"
},
"author": "XMCP-I Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol-identity/xmcp-i.git",
"directory": "packages/create-xmcpi-app"
},
"bugs": {
"url": "https://github.com/modelcontextprotocol-identity/xmcp-i/issues"
},
"homepage": "https://github.com/modelcontextprotocol-identity/xmcp-i#readme"
}