Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
96
fork

Configure Feed

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

at 126cd6931feee535a99acce5b847387c5d346d81 17 lines 321 B view raw
1{ 2 "name": "docs", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "start": "astro dev", 8 "build": "astro build", 9 "preview": "astro preview", 10 "astro": "astro" 11 }, 12 "dependencies": { 13 "@astrojs/starlight": "^0.36.2", 14 "astro": "^5.6.1", 15 "sharp": "^0.34.2" 16 } 17}