stygian-plugin 0.13.5

Visual data extraction fallback subsystem with CSS/XPath selectors, idempotent request handling, and composable transformation pipelines.
Documentation
{
  "name": "stygian-plugin-extension",
  "version": "0.13.3",
  "description": "Stygian Chrome extension for visual data extraction template recording",
  "private": true,
  "scripts": {
    "build": "tsc",
    "test": "vitest run --environment jsdom",
    "typecheck": "tsc --noEmit",
    "watch": "tsc --watch"
  },
  "devDependencies": {
    "@types/chrome": "^0.0.270",
    "@types/node": "^24.0.0",
    "jsdom": "^26.1.0",
    "typescript": "^5.7.2",
    "vitest": "^3.2.4"
  }
}