{
  "name": "@tera-system/core",
  "version": "0.2.3",
  "description": "Tera System OpenCode Plugin â€” governance core, 20 agents, 11 commands, distribution tools (personal edition)",
  "license": "SEE LICENSE IN LICENSE.md",
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "agents",
    "commands",
    "core",
    "tools",
    "scripts",
    "MANIFEST.json",
    "opencode.tera.example.json",
    "WELCOME.md",
    "README.md",
    "LICENSE.md",
    "RELEASES.md"
  ],
  "bin": {
    "tera-restore": "scripts/install.js",
    "tera-core-restore": "scripts/install.js"
  },
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "keywords": [
    "opencode",
    "plugin",
    "tera",
    "governance",
    "agents",
    "component"
  ],
  "publishConfig": {
    "access": "public"
  }
}
