[READ-ONLY] Mirror of https://github.com/bombshell-dev/ansx.
0

Configure Feed

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

ansx / package.json
401 B 21 lines
1{ 2 "name": "ansx", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "license": "MIT", 7 "scripts": { 8 "start": "tsx demo.ts" 9 }, 10 "dependencies": { 11 "ultrahtml": "^1.5.3" 12 }, 13 "devDependencies": { 14 "@types/node": "^22.9.0", 15 "tsx": "^4.19.2" 16 }, 17 "packageManager": "pnpm@9.7.1", 18 "volta": { 19 "node": "22.11.0" 20 } 21}