{
  "name": "@tera-system/pro",
  "version": "0.1.0",
  "description": "Tera System Pro — commercial edition with enforced license gate, server sync, and heartbeat verification",
  "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"
  ],
  "scripts": {
    "postinstall": "node scripts/install.js",
    "tera-license": "node scripts/tera-license.mjs",
    "tera-preflight": "node scripts/preflight.mjs",
    "tera-sync": "node scripts/tera-sync.mjs",
    "tera-heartbeat": "node scripts/tera-heartbeat.mjs",
    "tera-bundle": "node scripts/build-bundle.mjs"
  },
  "keywords": [
    "opencode",
    "plugin",
    "tera",
    "governance",
    "agents",
    "commercial",
    "license"
  ],
  "publishConfig": {
    "access": "public"
  }
}