-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1 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
43
44
{
"name": "gradlr",
"version": "1.5.1",
"description": "Fastest way to run your gradle tasks",
"license": "MIT",
"repository": "cesarferreira/gradlr",
"author": {
"name": "Cesar Ferreira",
"email": "[email protected]",
"url": "https://cesarferreira.com"
},
"bin": {
"gradlr": "cli.js"
},
"type": "module",
"scripts": {
"test": "node test.js"
},
"files": [
"cli.js"
],
"keywords": [
"cli-app",
"gradle",
"gradle tasks",
"search"
],
"dependencies": {
"chalk": "^2.4.1",
"cli-truncate": "^1.1.0",
"esc-exit": "^2.0.1",
"filehound": "^1.16.5",
"has-flag": "^3.0.0",
"inquirer": "^6.2.1",
"inquirer-autocomplete-prompt": "^1.0.1",
"md5-file": "^4.0.0",
"meow": "^13.2.0",
"ora": "^3.0.0",
"update-notifier": "^7.0.0"
},
"devDependencies": {
"execa": "^1.0.0"
}
}