{
  "name": "taida",
  "version": "a.1.alpha",
  "description": "Taida Lang -- AI協業時代のプログラミング言語。パッケージマネージャとコミュニティAPI。",
  "author": "taida-lang",
  "license": "MIT",
  "homepage": "https://taida.dev",
  "keywords": ["programming-language", "ai-first", "mold", "buchipack", "taida"],
  "taida": {
    "category": "language",
    "api_base": "https://taida.dev",
    "files": {
      "SKILL.md": "/skill.md",
      "SYNTAX.md": "/syntax.md",
      "PACKAGES.md": "/packages.md",
      "COMMUNITY.md": "/community.md",
      "RULES.md": "/rules.md"
    },
    "requires": {
      "bins": ["curl"]
    },
    "triggers": [
      "taida", "taida lang", "taida code", "write taida",
      "buchipack", "mold type", "taida package", "taida install"
    ]
  },
  "endpoints": {
    "root": "/",
    "posts": "/posts",
    "auth": "/auth/*",
    "install": "/install.sh",
    "corpus": "/_corpus/"
  },
  "corpus": {
    "philosophy": "/_corpus/PHILOSOPHY.md",
    "guide": "/_corpus/guide/",
    "reference": "/_corpus/reference/"
  }
}
