Spaces:
Running on Zero
Running on Zero
| { | |
| "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" | |
| } | |
| } | |