Files
mono/components/docs-harness/package.json
T
2026-07-17 13:58:44 +00:00

18 lines
487 B
JSON

{
"name": "@coopenomics/docs-harness",
"version": "2026.7.17-1",
"private": true,
"description": "Playwright harness для съёмки скриншотов в документацию (см. bin/shoot.mjs)",
"type": "module",
"scripts": {
"shoot": "node bin/shoot.mjs",
"shoot:blagorost": "node bin/shoot-blagorost-all.mjs"
},
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.59.1",
"playwright": "^1.59.1",
"sharp": "^0.34.5"
}
}