Spaces:
Runtime error
Runtime error
| { | |
| "name": "caro5-hf-space", | |
| "private": true, | |
| "type": "module", | |
| "scripts": { | |
| "build:client": "npm --prefix client run build", | |
| "dev:client": "npm --prefix client run dev", | |
| "preview:client": "npm --prefix client run preview", | |
| "start": "python app.py", | |
| "test:bot": "python -m pytest tests" | |
| } | |
| } | |