-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
42 lines (42 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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": "[email protected]",
"homepage": "https://github.com/abskmj/hukum",
"bugs": "https://github.com/abskmj/hukum/issues",
"repository": "github:abskmj/hukum",
"license": "MIT",
"dependencies": {
"ansi-colors": "^4.1.3",
"axios": "^1.3.1",
"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.7",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"sinon": "^15.0.1",
"standard": "^17.0.0"
}
}