-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 980 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
38
39
40
41
42
{
"name": "@s54a/cliclock",
"version": "4.0.0",
"description": "Clock, Timer, StopWatch in Command Line",
"main": "./index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"t": "./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s54a/CliClock.git"
},
"keywords": [
"Clock",
"CLI Clock",
"Clock in CLI",
"Timer in CLI",
"StopWatch in CLI",
"Clock in Command Line",
"Timer in Command Line",
"StopWatch in Command Line",
"See Time from Command Line",
"Set Timer from Command Line",
"Start StopWatch from Command Line",
""
],
"author": "Sooraj Gupta",
"license": "MIT",
"bugs": {
"url": "https://github.com/s54a/CliClock/issues"
},
"homepage": "https://github.com/s54a/CliClock#readme",
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^9.2.17",
"node-notifier": "^10.0.1"
}
}