-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 850 Bytes
/
package.json
File metadata and controls
50 lines (50 loc) · 850 Bytes
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
45
46
47
48
49
50
{
"name": "wtii",
"version": "0.0.1",
"description": "What time is it? ⏰",
"license": "MIT",
"repository": "abranhe/wtii",
"author": {
"name": "Abraham Hernandez",
"email": "abraham@abranhe.com",
"url": "abranhe.com"
},
"bugs": {
"url": "https://github.com/abranhe/wtii/issues"
},
"homepage": "https://projects.abranhe.com/wtii",
"bin": {
"wtii": "cli.js",
"what-time-is-it": "cli.js"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli",
"time",
"clock",
"get-time",
"command-line",
"current-time",
"what-time-is-it",
"timing"
],
"dependencies": {
"@abranhe/feedback": "^1.1.1",
"boxen": "^2.0.0",
"meow": "^5.0.0",
"o-clock": "^0.1.2"
},
"devDependencies": {
"ava": "^2.4.0",
"execa": "^2.0.4",
"xo": "^0.23.0"
}
}