TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1{2 "name": "@rareindex/workers",3 "version": "0.1.0",4 "private": true,5 "type": "module",6 "scripts": {7 "typecheck": "tsc -p tsconfig.json --noEmit",8 "test": "vitest run --passWithNoTests",9 "start": "tsx main.ts"10 },11 "dependencies": {12 "@rareindex/connectors": "workspace:*",13 "@rareindex/database": "workspace:*",14 "@rareindex/indices": "workspace:*",15 "@rareindex/notify": "workspace:*",16 "@rareindex/shared": "workspace:*",17 "@rareindex/taxonomy": "workspace:*",18 "@rareindex/valuation": "workspace:*",19 "drizzle-orm": "^0.45.0",20 "pg-boss": "^12.0.0",21 "postgres": "^3.4.7",22 "sharp": "^0.35.0",23 "zod": "^4.0.0"24 },25 "devDependencies": {26 "@types/node": "^24.0.0",27 "tsx": "^4.20.0",28 "typescript": "^5.9.3",29 "vitest": "^3.2.0"30 }31}32