UNPKG

@slashinfty/chronode

Version:

Command-line-based speedrunning timer

45 lines (44 loc) 1.03 kB
{ "name": "@slashinfty/chronode", "version": "0.0.7", "description": "Command-line-based speedrunning timer", "publishConfig": { "access": "public" }, "main": "index.js", "bin": { "chronode": "./index.js" }, "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/slashinfty/chronode.git" }, "keywords": [ "cli", "speedrunning", "timer" ], "author": "Matt Braddock", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/slashinfty/chronode/issues" }, "homepage": "https://github.com/slashinfty/chronode#readme", "dependencies": { "ascii-table3": "^0.7.6", "chalk": "^5.0.1", "console-cls": "^1.2.2", "fast-xml-parser": "^4.0.7", "figlet": "^1.5.2", "formdata-node": "^4.3.2", "iso8601-duration": "^2.1.1", "log-update": "^5.0.1", "node-fetch": "^3.2.4", "notatimer": "^0.2.0", "ws": "^8.6.0" } }