{
  "name": "opencode-viking-memory",
  "version": "0.1.7",
  "description": "OpenCode plugin that gives coding agents persistent memory using VikingMemory",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "opencode-viking-memory": "./dist/cli.js"
  },
  "scripts": {
    "build": "bun build ./src/index.ts --outdir ./dist --target node && bun build ./src/cli.ts --outfile ./dist/cli.js --target node && tsc --emitDeclarationOnly",
    "dev": "tsc --watch",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "opencode",
    "plugin",
    "viking_memory",
    "memory",
    "ai",
    "coding-agent"
  ],
  "author": "Volcengine VikingMemory",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/volcengine/opencode-viking-memory"
  },
  "dependencies": {
    "@opencode-ai/plugin": "^1.0.162"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^5.7.3"
  },
  "opencode": {
    "type": "plugin",
    "hooks": [
      "chat.message",
      "event"
    ]
  },
  "files": [
    "dist"
  ]
}
