{
  "name": "presenton-mcp",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "type": "module",
  "version": "1.0.1",
  "description": "MCP server for Presenton AI presentation generator",
  "scripts": {
    "start": "node dist/index.js",
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "start:http": "node dist/server/http-server.js",
    "dev:http": "tsx watch src/server/http-server.ts",
    "test:presenton": "tsx test_presenton_mcp.ts"
  },
  "bin": {
    "presenton-mcp": "./dist/index.js"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "README_PRESENTON.md"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "presenton",
    "presentations",
    "ai",
    "claude",
    "fastmcp"
  ],
  "author": "Jamie",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/your-username/presenton.git",
    "directory": "mcp"
  },
  "homepage": "https://github.com/your-username/presenton/tree/main/mcp",
  "bugs": {
    "url": "https://github.com/your-username/presenton/issues"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/node": "^20.11.0",
    "@types/fs-extra": "^11.0.4",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "typescript": "^5.8.2",
    "@valibot/to-json-schema": "^1.0.0",
    "effect": "^3.14.4"
  },
  "dependencies": {
    "fastmcp": "^1.21.0",
    "cors": "^2.8.5",
    "zod": "^3.24.2",
    "node-fetch": "^3.3.2",
    "form-data": "^4.0.0",
    "fs-extra": "^11.2.0",
    "tsx": "^4.7.0"
  }
}
