UNPKG

1-liners-cli

Version:

CLI for copying code from "1-liners" project.

31 lines (30 loc) 657 B
{ "name": "1-liners-cli", "version": "1.0.3", "description": "CLI for copying code from \"1-liners\" project.", "main": "index.js", "repository": "git@github.com:loklaan/1-liners-cli.git", "author": "Lochlan Bunn <bunn@lochlan.io>", "license": "MIT", "keywords": [ "oneliners", "shorthands", "cli" ], "bin": { "1-liners": "./index.js" }, "files": [ "index.js" ], "dependencies": { "1-liners": "^0.4.0", "@babel/core": "^7.2.2", "chalk": "^2.4.2", "clipboardy": "^1.2.3", "fuzzy": "^0.1.3", "inquirer": "^6.2.2", "inquirer-autocomplete-prompt": "^1.0.1", "meow": "^5.0.0" } }