UNPKG

@okwesil/type-test

Version:

Simple typing test program for the command line

27 lines (26 loc) 600 B
{ "name": "@okwesil/type-test", "version": "2.2.0", "description": "Simple typing test program for the command line", "main": "./src/index.js", "type": "module", "scripts": { "test": "node ." }, "keywords": [ "typing", "command line", "cli" ], "repository": "github:okwesil/type-test", "author": "Kenenna Okwesili <okwesili.kenny@gmail.com> (https://github.com/okwesil)", "license": "ISC", "bin": { "tt": "./src/index.js" }, "preferGlobal": true, "dependencies": { "chalk": "^5.4.1", "prompt-sync": "^4.2.0" } }