UNPKG

greek-flag

Version:
37 lines (36 loc) 632 B
{ "name": "greek-flag", "version": "1.0.2", "description": "Print the Greek flag to the console!", "main": "./src/index.js", "bin": { "greek-flag": "./src/cli.js" }, "files": [ "src" ], "repository": { "type": "git", "url": "https://github.com/spirometaxas/greek-flag.git" }, "scripts": { "cli": "node ./src/cli.js" }, "author": "Spiro Metaxas", "license": "MIT", "keywords": [ "Greece", "Greek", "greek-flag", "flags", "world flags", "cli", "console", "terminal", "shell", "unicode" ], "dependencies": { "euro-flags": "^1.0.0" } }