Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
1{ 2 "name": "@wisp/atproto-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 "./blob": { 14 "types": "./src/blob.ts", 15 "default": "./src/blob.ts" 16 }, 17 "./compression": { 18 "types": "./src/compression.ts", 19 "default": "./src/compression.ts" 20 }, 21 "./subfs": { 22 "types": "./src/subfs.ts", 23 "default": "./src/subfs.ts" 24 } 25 }, 26 "dependencies": { 27 "@atproto/api": "^0.14.1", 28 "@wisp/lexicons": "workspace:*", 29 "multiformats": "^13.3.1" 30 } 31}