a programming education platform www.hypercommit.com
education
1
fork

Configure Feed

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

at master 28 lines 606 B view raw
1{ 2 "name": "hypercommit", 3 "version": "0.0.1", 4 "private": true, 5 "scripts": { 6 "build": "turbo build", 7 "dev": "turbo dev", 8 "lint": "turbo lint", 9 "format": "turbo format", 10 "typecheck": "turbo typecheck" 11 }, 12 "devDependencies": { 13 "@workspace/eslint-config": "workspace:*", 14 "@workspace/typescript-config": "workspace:*", 15 "prettier": "^3.8.1", 16 "prettier-plugin-tailwindcss": "^0.7.2", 17 "turbo": "^2.8.17", 18 "typescript": "5.9.3" 19 }, 20 "packageManager": "bun@1.3.10", 21 "engines": { 22 "node": ">=20" 23 }, 24 "workspaces": [ 25 "apps/*", 26 "packages/*" 27 ] 28}