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/ui",3 "version": "0.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 "typecheck": "tsc --noEmit"16 },17 "peerDependencies": {18 "react": "^18.3.1"19 },20 "devDependencies": {21 "@types/react": "^18.3.3",22 "react": "^18.3.1",23 "typescript": "^5.5.4"24 }25}26