{
  "name": "@dai_ming/plugin-flyai-travel",
  "version": "0.1.5",
  "description": "OpenClaw FlyAI travel native plugin for Fliggy travel search, installed for main agent only",
  "keywords": [
    "openclaw",
    "plugin",
    "flyai",
    "fliggy",
    "travel"
  ],
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "node test/index.test.js"
  },
  "files": [
    "index.js",
    "openclaw.plugin.json",
    "openclaw-plugin.json",
    "main-skills/",
    "skills/",
    "README.md"
  ],
  "dependencies": {
    "@fly-ai/flyai-cli": "1.0.16"
  },
  "openclaw": {
    "extensions": [
      "./index.js"
    ]
  },
  "engines": {
    "node": ">=16"
  }
}
