{
"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"
}
}