engresearch's picture
Upload folder using huggingface_hub
7f88bdf verified
{
"name": "tenderhub-kenya",
"private": true,
"version": "0.1.0",
"packageManager": "npm@10.2.0",
"workspaces": [
"apps/web",
"packages/schemas"
],
"scripts": {
"dev": "node scripts/run-web.mjs dev",
"build": "turbo build",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo test",
"test:worker": "cd apps/worker && python -m pytest",
"test:web": "cd apps/web && jest",
"test:e2e": "cd apps/web && playwright test",
"typecheck": "node scripts/run-web.mjs typecheck && npm run typecheck --workspace @tenderhub/schemas",
"start": "node scripts/run-web.mjs start",
"worker:run": "node scripts/run-worker.mjs",
"env:setup": "node scripts/setup-env.mjs",
"dev:bootstrap": "node scripts/bootstrap-dev.mjs",
"db:migrate": "\"C:\\Users\\Angelah\\AppData\\Local\\Programs\\Python\\Python311\\python.exe\" scripts/apply-migrations.py",
"smoke": "node scripts/smoke-test.mjs",
"smoke:local": "node scripts/smoke-local.mjs"
}
}