Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
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}