{
  "name": "openclaw-morphixai",
  "version": "0.8.2",
  "type": "module",
  "description": "MorphixAI plugin for OpenClaw — connect AI agents to GitHub, GitLab, Jira, Notion, Gmail, Outlook, Figma, and more.",
  "license": "MIT",
  "author": "MorphixAI <support@morphix.app> (https://morphix.app)",
  "homepage": "https://github.com/Morphicai/openclaw-morphixai#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Morphicai/openclaw-morphixai.git",
    "directory": "packages/openclaw-plugin"
  },
  "bugs": {
    "url": "https://github.com/Morphicai/openclaw-morphixai/issues"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "skills",
    "openclaw.plugin.json"
  ],
  "dependencies": {
    "@morphixai/core": "0.8.2",
    "@sinclair/typebox": "^0.34.48"
  },
  "devDependencies": {
    "typescript": "^5.3.0",
    "openclaw": ">=2026.1.29"
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "skills": "./skills",
    "install": {
      "npmSpec": "openclaw-morphixai",
      "localPath": ".",
      "defaultChoice": "npm"
    }
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist"
  }
}