1{ 2 "name": "create-wisp", 3 "version": "1.0.8", 4 "description": "CLI for wisp.place - deploy static sites to the AT Protocol", 5 "type": "module", 6 "bin": { 7 "create-wisp": "bin.js" 8 }, 9 "files": [ 10 "bin.js" 11 ], 12 "dependencies": { 13 "wispctl": "^1.0.8" 14 } 15}