because I got bored of customising my CV for every job
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 13 lines 207 B view raw
1{ 2 "name": "@cv/utils", 3 "version": "0.0.0", 4 "private": true, 5 "main": "index.ts", 6 "types": "index.ts", 7 "scripts": { 8 "typecheck": "tsc -b" 9 }, 10 "devDependencies": { 11 "@cv/tsconfig": "workspace:*" 12 } 13}