{
  "name": "@cyber-dash-tech/revela",
  "version": "0.20.2",
  "description": "Codex-first CLI/MCP workspace for trusted narrative artifacts from local sources, research, and evidence",
  "type": "module",
  "main": "./index.ts",
  "bin": {
    "revela": "./bin/revela.ts"
  },
  "exports": {
    ".": "./index.ts"
  },
  "files": [
    "assets/img/",
    "bin/",
    "plugin.ts",
    "lib/",
    "plugins/revela/",
    "tools/",
    "skill/",
    "designs/aurora/DESIGN.md",
    "designs/starter/",
    "designs/summit/",
    "designs/monet/",
    "designs/lucent/",
    "designs/lucent-dark/",
    "domains/general/INDUSTRY.md",
    "domains/deeptech-investment/INDUSTRY.md",
    "domains/consulting/INDUSTRY.md",
    "index.ts"
  ],
  "keywords": [
    "codex",
    "mcp",
    "revela",
    "slides",
    "presentation",
    "ai",
    "html",
    "deck",
    "opencode",
    "opencode-plugin"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cyber-dash-tech/revela.git"
  },
  "homepage": "https://github.com/cyber-dash-tech/revela#readme",
  "bugs": {
    "url": "https://github.com/cyber-dash-tech/revela/issues"
  },
  "license": "MIT",
  "author": "cyber-dash-tech",
  "engines": {
    "bun": ">=1.0.0"
  },
  "scripts": {
    "test": "bun test",
    "typecheck": "tsc",
    "smoke:mcp": "bun scripts/codex-mcp-smoke.ts",
    "smoke:mcp-pack": "bun scripts/codex-mcp-pack-smoke.ts"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "*"
  },
  "dependencies": {
    "@xmldom/xmldom": "^0.9.9",
    "dom-to-pptx": "^1.1.6",
    "fflate": "^0.8.2",
    "jimp": "^1.6.1",
    "katex": "^0.17.0",
    "mammoth": "^1.12.0",
    "pdf-lib": "^1.17.1",
    "puppeteer-core": "^24.40.0",
    "tslog": "^4.10.2",
    "unpdf": "^1.4.0"
  },
  "devDependencies": {
    "@types/bun": "^1.3.12",
    "typescript": "^6.0.2"
  }
}
