Files
mono/components/docs-harness/package.json
T
coopops ed9b0879d5
Build bootstrap container / build (push) Successful in 2m42s
Release / release (push) Successful in 22m23s
Release / publish-packages (push) Successful in 14m53s
Release / trigger-coopenomics-docs (push) Successful in 2s
Release / trigger-mono-docs (push) Successful in 2s
chore(release): publish
2026-07-17 14:41:21 +00:00

18 lines
487 B
JSON

{
"name": "@coopenomics/docs-harness",
"version": "2026.7.17-3",
"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"
}
}