{
  "name": "sensorium-mcp",
  "version": "3.1.5",
  "description": "MCP server for remote control of AI assistants via Telegram",
  "main": "dist/index.js",
  "bin": {
    "sensorium-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "templates",
    "supervisor",
    "Install-Sensorium.ps1"
  ],
  "scripts": {
    "build": "cd src/dashboard/vue && npx vite build && cd ../../.. && node -e \"const fs=require('fs');if(fs.existsSync('dist/dashboard/index.html'))fs.renameSync('dist/dashboard/index.html','dist/dashboard/spa.html')\" && tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "supervisor:install": "pwsh Install-Sensorium.ps1",
    "supervisor:start": "node dist/index.js --supervisor",
    "prepublishOnly": "npm run build",
    "test": "node --import tsx --import ./src/test-bootstrap.ts --test \"src/**/*.test.ts\"",
    "lint": "eslint .",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\"",
    "typecheck": "tsc --noEmit -p tsconfig.typecheck.json",
    "sync-prices": "tsx scripts/sync-model-prices.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andriyshevchenko/remote-copilot-mcp.git"
  },
  "keywords": [
    "mcp",
    "telegram",
    "copilot",
    "ai-assistant"
  ],
  "author": "",
  "license": "MIT",
  "type": "module",
  "bugs": {
    "url": "https://github.com/andriyshevchenko/remote-copilot-mcp/issues"
  },
  "homepage": "https://github.com/andriyshevchenko/remote-copilot-mcp#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "better-sqlite3": "^12.8.0",
    "telegramify-markdown": "^1.3.2"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^25.3.3",
    "@vitejs/plugin-vue": "^5.2.0",
    "eslint": "^10.7.0",
    "eslint-config-prettier": "^10.1.8",
    "md-to-pdf": "^5.2.5",
    "prettier": "^3.9.5",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.64.0",
    "vite": "^6.2.0",
    "vite-plugin-singlefile": "^2.0.2",
    "vue": "^3.5.0"
  }
}
