UNPKG

steemkr

Version:

스팀잇 기반 CLI 툴 : CLI(Command Line Interface) Tool for steemit.

37 lines (36 loc) 764 B
{ "name": "steemkr", "version": "0.14.6", "description": "스팀잇 기반 CLI 툴 : CLI(Command Line Interface) Tool for steemit.", "main": "index.js", "homepage": "https://steemit.com/@wonsama", "scripts": {}, "bin": { "steemkr": "bin/steemkr" }, "repository": { "type": "git", "url": "git+https://github.com/wonsama/steemkr.git" }, "engines": { "node": ">=8" }, "keywords": [ "steem", "steemit", "steemkr" ], "preferGlobal": true, "author": "wonsama", "license": "MIT", "dependencies": { "asciichart": "^1.5.7", "axios": "^0.18.0", "cheerio": "^1.0.0-rc.2", "dateformat": "^3.0.3", "dotenv": "^6.0.0", "minimist": "^1.2.0", "ora": "^2.1.0", "steem": "^0.7.1" } }