caro5 / package.json
Pedro de Carvalho
Add project files
bc774fb
Raw
History Blame Contribute Delete
320 Bytes
{
"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"
}
}