46 lines
No EOL
1 KiB
JSON
46 lines
No EOL
1 KiB
JSON
{
|
|
"name": "blazeframe-mcp-server",
|
|
"version": "1.0.0",
|
|
"description": "Model Context Protocol server for BlazeFrame - AI-powered static site generation",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "tsx --watch src/index.ts",
|
|
"test": "jest"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"blazeframe",
|
|
"static-site-generator",
|
|
"ai",
|
|
"content-generation",
|
|
"rust",
|
|
"kcl"
|
|
],
|
|
"author": "BlazeFrame Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
"zod": "^3.22.0",
|
|
"openai": "^4.20.0",
|
|
"marked": "^12.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"cheerio": "^1.0.0",
|
|
"axios": "^1.6.0",
|
|
"sharp": "^0.33.0",
|
|
"node-html-parser": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@types/js-yaml": "^4.0.0",
|
|
"typescript": "^5.0.0",
|
|
"tsx": "^4.0.0",
|
|
"jest": "^29.0.0",
|
|
"@types/jest": "^29.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
} |