SPB Git

spb/trouve-ka Public

Trouve-KA — moteur de recherche web indépendant, Québec-first. Crawler distribué, index OpenSearch, ranking bilingue, galerie d'images. En prod : www.trouve-ka.com

Python 76.8% TypeScript 15.7% SQL 3.9% Shell 1.4% CSS 1.3% Dockerfile 0.7%
691 B · 20 lines json
Raw Blame History
1{2  "name": "trouve-ka",3  "private": true,4  "version": "0.1.0",5  "packageManager": "pnpm@11.1.2",6  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",7  "description": "Trouve-KA — Cherche le Québec. Moteur de recherche web indépendant, Québec-first.",8  "pnpm": {9    "onlyBuiltDependencies": ["sharp", "unrs-resolver"]10  },11  "scripts": {12    "dev": "pnpm --filter @trouveka/web dev",13    "build": "pnpm --filter @trouveka/web build",14    "start": "pnpm --filter @trouveka/web start",15    "crawl:seed": "bash scripts/bootstrap-seeds/seed.sh",16    "check:headers": "python3 scripts/check-headers.py",17    "deploy:m2m32": "bash infrastructure/deployment/deploy-m2m32.sh"18  }19}20