UNPKG

owofi-cli

Version:
36 lines (35 loc) 721 B
{ "name": "owofi-cli", "version": "1.0.1", "description": "CLI to owoify text.", "main": "src/index.js", "scripts": { "test": "echo \"ur bad\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/Luvella/owofi.git" }, "keywords": [ "owo", "owoify", "cli", "uwu", "cute" ], "author": "Luvella", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/Luvella/owofi/issues" }, "homepage": "https://github.com/Luvella/owofi#readme", "dependencies": { "owofi": "^1.0.1" }, "devDependencies": { "@luvella/eslint-config": "^1.0.2" }, "bin": { "owofi": "src/index.js" } }