UNPKG

ascii-tarot

Version:

A CLI tool for tarot reading with full ASCII art deck \*:・゚✧\*:・゚✧

29 lines (28 loc) 656 B
{ "name": "ascii-tarot", "version": "1.0.6", "description": "", "main": "bin/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/lawreka/ascii-tarot" }, "keywords": [ "tarot", "ascii", "cli" ], "author": "kathryn isabelle (kathrynisabelle.com)", "license": "MIT", "homepage": "https://github.com/lawreka/ascii-tarot", "bin": { "ascii-tarot": "./bin/index.js" }, "dependencies": { "cli-frames": "^2.2.9", "inquirer": "^7.1.0" } }