package.json•1.99 kB
{
"name": "@ktabori/dixa-mcp",
"version": "1.0.0",
"main": "dist/index.js",
"engines": {
"node": "22.x"
},
"scripts": {
"build": "tsup",
"prepare": "npm run build",
"start": "node dist/index.js",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"test": "vitest run && tsc && jsr publish --dry-run",
"format": "prettier --write . && eslint --fix ."
},
"bin": {
"dixa-mcp": "dist/index.js"
},
"keywords": [
"MCP",
"SSE",
"Dixa"
],
"type": "module",
"author": "Krisztian Tabori <krta@dixa.com>",
"license": "MIT",
"description": "Dixa MCP servers.",
"module": "dist/FastMCP.js",
"types": "dist/FastMCP.d.ts",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"dotenv": "^16.4.7",
"execa": "^9.5.2",
"file-type": "^20.3.0",
"fuse.js": "^7.1.0",
"mcp-proxy": "^2.10.4",
"strict-event-emitter-types": "^2.0.0",
"tsup": "^8.4.0",
"typescript": "^5.7.3",
"undici": "^7.4.0",
"uri-templates": "^0.2.0",
"yargs": "^17.7.2",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.3"
},
"repository": {
"url": "https://github.com/punkpeye/fastmcp"
},
"homepage": "https://dixa.com",
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@sebbo2002/semantic-release-jsr"
]
},
"devDependencies": {
"@sebbo2002/semantic-release-jsr": "^2.0.4",
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.13.5",
"@types/uri-templates": "^0.1.34",
"@types/yargs": "^17.0.33",
"eslint": "^9.21.0",
"eslint-plugin-perfectionist": "^4.9.0",
"eventsource-client": "^1.1.3",
"get-port-please": "^3.1.2",
"jsr": "^0.13.3",
"prettier": "^3.5.2",
"semantic-release": "^24.2.3",
"vitest": "^3.0.7"
}
}