UNPKG

@johnowennixon/okay

Version:

Command line script which outputs the text ‘Okay’ in green

38 lines 728 B
{ "name": "@johnowennixon/okay", "version": "3.2.0", "description": "Command line script which outputs the text ‘Okay’ in green", "keywords": [ "okay" ], "license": "0BSD", "author": { "email": "john.owen.nixon@gmail.com", "name": "John Owen Nixon", "url": "https://johnowennixon.com/" }, "repository": { "type": "git", "url": "https://github.com/johnowennixon/okay.git" }, "engines": { "node": ">=20" }, "type": "module", "files": [ "okay.js" ], "bin": { "okay": "okay.js" }, "dependencies": { "ansis": "4.1.0" }, "devDependencies": { "@biomejs/biome": "2.1.2" }, "scripts": { "lint": "biome check *.js", "test": "exit 0" } }