spb/airiskindex Public
The most methodologically rigorous, fully transparent AI job-exposure index.
TypeScript 88%
Python 6.1%
SQL 2.7%
CSS 1.2%
JavaScript 0.9%
Shell 0.8%
1{2 "name": "@airiskindex/worker",3 "version": "0.0.0",4 "private": true,5 "type": "module",6 "scripts": {7 "dev": "tsx watch src/index.ts",8 "start": "tsx src/index.ts",9 "score:recompute": "tsx src/scripts/recompute.ts",10 "rate": "tsx src/scripts/rate.ts",11 "purge:demo": "tsx src/scripts/purge-demo.ts",12 "typecheck": "tsc --noEmit"13 },14 "dependencies": {15 "@airiskindex/db": "workspace:*",16 "@airiskindex/scoring": "workspace:*",17 "@anthropic-ai/sdk": ">=0.32.1 <1",18 "bullmq": "^5.8.7",19 "ioredis": "^5.4.1",20 "zod": "^3.23.8"21 },22 "devDependencies": {23 "@types/node": "^20.14.11",24 "tsx": "^4.16.2",25 "typescript": "^5.5.4"26 }27}28