UNPKG

hukum

Version:

An NPM module that displays Github Action progress in the terminal and aims to improve your development experience by printing status in realtime.

43 lines (42 loc) 1.1 kB
{ "name": "hukum", "version": "1.6.0", "description": "An NPM module that displays Github Action progress in the terminal and aims to improve your development experience by printing status in realtime.", "keywords": [ "github-actions", "github-apis", "developer-tools", "developer-experience", "developer-productivity" ], "main": "index.js", "bin": { "hukum": "bin/cli.js" }, "scripts": { "test": "nyc --reporter=lcov --reporter=text mocha" }, "author": "abskmj@gmail.com", "homepage": "https://github.com/abskmj/hukum", "bugs": "https://github.com/abskmj/hukum/issues", "repository": "github:abskmj/hukum", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1", "axios": "^0.25.0", "draftlog": "^1.0.12", "figures": "^3.2.0", "log-symbols": "^5.1.0", "moment": "^2.29.1", "rcfile": "^1.0.3", "simple-git": "^3.0.3", "terminal-link": "^2.1.1" }, "devDependencies": { "chai": "^4.3.0", "mocha": "^9.1.4", "nyc": "^15.1.0", "sinon": "^12.0.1", "standard": "^16.0.4" } }