cli-ching
Version:
CLI-CHING is a command-line interface tool for consulting the I Ching (Book of Changes). It provides a digital means of casting hexagrams and receiving interpretations, blending ancient wisdom with modern technology. It does not cast for you, you must bri
24 lines (23 loc) • 401 B
JSON
{
"name": "cli-ching",
"version": "1.0.3",
"main": "index.js",
"license": "MIT",
"bin": {
"cli-ching": "./index.js"
},
"keywords": [
"i-ching",
"divination",
"cli",
"oracle"
],
"dependencies": {
"axios": "^1.7.3",
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"chalk": "^4.1.2",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2"
}
}