Spaces:
Runtime error
Runtime error
File size: 424 Bytes
1a949dd f691896 1a949dd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"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"
}
}
|