Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
1{
2 "name": "@wisp/fs-utils",
3 "version": "1.0.0",
4 "private": true,
5 "type": "module",
6 "main": "./src/index.ts",
7 "types": "./src/index.ts",
8 "exports": {
9 ".": {
10 "types": "./src/index.ts",
11 "default": "./src/index.ts"
12 },
13 "./path": {
14 "types": "./src/path.ts",
15 "default": "./src/path.ts"
16 },
17 "./tree": {
18 "types": "./src/tree.ts",
19 "default": "./src/tree.ts"
20 },
21 "./manifest": {
22 "types": "./src/manifest.ts",
23 "default": "./src/manifest.ts"
24 },
25 "./subfs-split": {
26 "types": "./src/subfs-split.ts",
27 "default": "./src/subfs-split.ts"
28 }
29 },
30 "dependencies": {
31 "@atproto/api": "^0.14.1",
32 "@wisp/lexicons": "workspace:*"
33 }
34}