-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 935 Bytes
/
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
{
"name": "@dicodingacademy/fluttest",
"version": "0.0.5",
"description": "A awesome nodejs cli for running test in flutter",
"main": "src/cli.js",
"keywords": [
"node",
"awesome",
"cli"
],
"bin": {
"fluttest": "src/cli.js"
},
"author": "Alfian Yusuf Abdullah <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dicodingacademy/fluttest-cli.git"
},
"bugs": {
"url": "https://github.com/dicodingacademy/fluttest-cli/issues"
},
"homepage": "https://github.com/dicodingacademy/fluttest-cli#readme",
"dependencies": {
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"cli-spinners": "^2.6.1",
"commander": "^8.2.0",
"dom-parser": "^0.1.6",
"glob": "^7.2.0",
"lcov-parse": "^1.0.0",
"log-update": "^4.0.0",
"pretty-cli": "^0.0.14",
"tty-table": "^4.1.5",
"xml-js": "^1.6.11"
}
}