@iflow-mcp/promptx
Version:
AI角色创建平台和智能工具开发平台,基于MCP协议提供专业AI能力注入
45 lines • 962 B
JSON
{
"name": "@promptx/resource",
"version": "1.26.0",
"description": "PromptX resource templates and prompt definitions",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./registry": "./dist/registry.json"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"discover": "node scripts/generate-registry.js"
},
"dependencies": {
"@modelcontextprotocol/server-filesystem": "^2025.8.21",
"@promptx/logger": "workspace:*",
"glob": "^10.3.10",
"minimatch": "^10.0.1",
"semver": "^7.7.2"
},
"optionalDependencies": {
"electron-util": "^0.17.2"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"keywords": [
"promptx",
"dpml",
"prompt",
"template",
"resource",
"ai"
]
}