stygian-plugin 0.13.2

Visual data extraction fallback subsystem with CSS/XPath selectors, idempotent request handling, and composable transformation pipelines.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "stygian-plugin-extension",
  "version": "0.12.1",
  "description": "Stygian Chrome extension for visual data extraction template recording",
  "private": true,
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "watch": "tsc --watch"
  },
  "devDependencies": {
    "@types/chrome": "^0.0.270",
    "typescript": "^5.7.2"
  }
}