{
  "name": "@postman-cse/opencode-cse-tools",
  "version": "5.10.3",
  "description": "OpenCode plugin for Postman CSE Tools: injects the local cse MCP server in every directory, syncs the CSE skill set into the global OpenCode skills dir, and provisions the signed cse-toold daemon. Install globally and it just works, no per-project config.",
  "type": "module",
  "main": "index.js",
  "license": "UNLICENSED",
  "homepage": "https://github.com/postman-cs/cse-tools",
  "repository": "https://github.com/postman-cs/cse-tools",
  "keywords": [
    "opencode",
    "opencode-plugin",
    "cse",
    "postman",
    "jira",
    "slack",
    "granola",
    "kepler"
  ],
  "engines": {
    "node": ">=20"
  },
  "files": [
    "index.js",
    "scripts/",
    "skills/",
    "agents/"
  ],
  "scripts": {
    "prepare": "node scripts/sync-skills.js",
    "test": "node --test test/*.test.mjs"
  },
  "dependencies": {
    "@postman-cse/cse-toold": "5.10.3"
  },
  "optionalDependencies": {
    "@postman-cse/cse-toold-darwin-arm64": "5.10.3",
    "@postman-cse/cse-toold-linux-arm64": "5.10.3",
    "@postman-cse/cse-toold-linux-x64": "5.10.3",
    "@postman-cse/cse-toold-win32-arm64": "5.10.3"
  }
}
