this repo has no description
2
fork

Configure Feed

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

at main 18 lines 357 B view raw
1{ 2 "name": "tangled-activity", 3 "version": "0.1.0", 4 "private": true, 5 "scripts": { 6 "build": "tsc --noEmit", 7 "dev": "tsx src/localDevServer.ts" 8 }, 9 "dependencies": { 10 "fast-xml-parser": "^4.5.3" 11 }, 12 "devDependencies": { 13 "@types/node": "^22.15.3", 14 "@vercel/node": "^5.1.14", 15 "tsx": "^4.19.2", 16 "typescript": "^5.8.3" 17 } 18}