UNPKG

haiku-bloom

Version:

A delightful CLI tool that generates beautiful haikus 🌸

26 lines • 473 B
{ "name": "haiku-bloom", "version": "1.0.1", "description": "A delightful CLI tool that generates beautiful haikus 🌸", "main": "index.js", "bin": { "haiku-bloom": "./index.js" }, "scripts": { "test": "node index.js", "postinstall": "node postinstall.js" }, "keywords": [ "haiku", "poetry", "generator", "cli", "creative", "writing" ], "author": "", "license": "MIT", "engines": { "node": ">=14.0.0" } }