typing-speed-anuprabhr
Version:
A simple CLI to test typing speed.
17 lines (16 loc) • 385 B
JSON
{
"name": "typing-speed-anuprabhr",
"version": "1.0.0",
"description": "A simple CLI to test typing speed.",
"main": "index.js",
"bin": {
"tst": "./bin/index.js"
},
"type": "module",
"keywords": ["index", "typing-speed", "nodejs"],
"author": "AnuprabhSingh",
"license": "NITW",
"dependencies": {
"chokidar": "^3.5.3"
}
}