UNPKG

@permaweb/beam

Version:

A hyperbeam cli tool

27 lines (26 loc) 477 B
{ "type": "module", "name": "@permaweb/beam", "version": "0.0.1", "description": "A hyperbeam cli tool", "main": "src/index.js", "bin": { "beam": "./src/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "curl", "cli", "permaweb", "aoconnect", "http" ], "author": "", "license": "MIT", "dependencies": { "@permaweb/aoconnect": "^0.0.83", "commander": "^11.0.0" } }