nemocity / package.json
AndresCarreon's picture
NEMOCITY v0 — mock backend, gradio 6.16.0 (pre-SSR)
d72231c verified
Raw
History Blame Contribute Delete
414 Bytes
{
"name": "nemocity",
"version": "0.1.0",
"private": true,
"description": "Tooling for the NEMOCITY web client (tools/shot.mjs headless screenshots). web/ itself is plain ES modules with vendored three. If node_modules is absent, shot.mjs falls back to ../glassblower/node_modules/playwright.",
"scripts": {
"shot": "node tools/shot.mjs"
},
"devDependencies": {
"playwright": "^1.60.0"
}
}