SPB Git

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%
477 B · 25 lines json
Raw Blame History
1{2  "name": "@airiskindex/scoring",3  "version": "1.0.0",4  "private": true,5  "type": "module",6  "main": "./src/index.ts",7  "types": "./src/index.ts",8  "exports": {9    ".": {10      "types": "./src/index.ts",11      "default": "./src/index.ts"12    }13  },14  "scripts": {15    "test": "vitest run",16    "typecheck": "tsc --noEmit"17  },18  "devDependencies": {19    "@types/node": "^20.14.11",20    "fast-check": "^3.20.0",21    "typescript": "^5.5.4",22    "vitest": "^2.0.4"23  }24}25