{
  "name": "opencode-remi",
  "version": "3.0.0",
  "description": "Remi v3 - Full WZRD.dev Agentic Framework with 75+ skills for OpenCode",
  "main": "lib/index.js",
  "bin": {
    "remi": "bin/remi",
    "remi-init": "bin/remi-init",
    "remi-update": "bin/remi-update",
    "remi-doctor": "bin/remi-doctor"
  },
  "scripts": {
    "postinstall": "node lib/installer.js",
    "test": "node lib/test.js",
    "prepublishOnly": "npm test"
  },
  "keywords": [
    "opencode",
    "agent",
    "remi",
    "ai",
    "assistant",
    "wzrd",
    "cli",
    "development",
    "coding"
  ],
  "author": "WZRD.dev <hello@wzrd.dev>",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wzrd/opencode-remi.git"
  },
  "bugs": {
    "url": "https://github.com/wzrd/opencode-remi/issues"
  },
  "homepage": "https://github.com/wzrd/opencode-remi#readme",
  "files": [
    "bin/",
    "lib/",
    "agents/",
    "skills/",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {}
}
