UNPKG

linode-storage-cli

Version:
35 lines (34 loc) 656 B
{ "name": "linode-storage-cli", "version": "1.0.4", "description": "Linode Object Storage CLI Tool.", "main": "./bin/index.js", "scripts": { "test": "echo \"Error: no test specified\"" }, "keywords": [ "linode", "object storage bucket", "linode cli", "linode bucket" ], "author": "", "license": "ISC", "dependencies": { "commander": "^8.3.0", "node-fetch": "^3.0.0", "preferences": "^2.0.2" }, "bin": { "los": "./bin/index.js" }, "type": "module", "files": [ "bin", "src" ], "repository": { "type": "git", "url": "https://github.com/devkiran/linode-storage-cli" } }