{
  "name": "@lijuneleven/iris",
  "version": "0.2.0",
  "description": "Feishu-first personal AI assistant powered by local Agents.",
  "license": "MIT",
  "bin": {
    "iris": "bin/iris.js"
  },
  "files": [
    "bin/",
    "scripts/",
    "vendor/",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elevenlj/iris.git"
  },
  "bugs": {
    "url": "https://github.com/elevenlj/iris/issues"
  },
  "homepage": "https://github.com/elevenlj/iris#readme"
}
