microfactory-lab / package.json
kylebrodeur's picture
deploy: update Space from deploy_preflight --push
f691896 verified
Raw
History Blame Contribute Delete
424 Bytes
{
"name": "microfactory-studio-recorder",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"record-studio": "node scripts/record-studio.cjs",
"publish": "uv run python -m scripts.publish",
"publish-dry": "uv run python -m scripts.publish --dry-run",
"publish-mirror": "uv run python -m scripts.publish --mirror-only"
},
"devDependencies": {
"playwright": "^1.59.1"
}
}