-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 1.75 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 1.75 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "monk-minal",
"description": "terminal version of monkeytype",
"version": "1.1.1",
"license": "MIT",
"bin": {
"monk-n-minal": "index.js",
"mnm": "index.js"
},
"author": {
"name": "shikhar13012001",
"email": "ishgupta2015@gmail.com",
"url": "https://portfolio-shikhar13012001.vercel.app/"
},
"keywords": [
"monk-minal",
"shikhar13012001",
"monkeytype",
"terminal",
"typing",
"typing-speed",
"typing-test",
"typing-game",
"typing practice",
"typing accuracy",
"WPM test",
"command line typing tool",
"CLI typing game",
"typing skills",
"speed typing",
"keyboard practice",
"typing challenge",
"typing workout",
"improve typing speed",
"typing speedometer",
"typing test offline",
"touch typing practice",
"terminal typing test",
"developer typing tool",
"coding typing skills",
"typing trainer",
"typing proficiency",
"real-time typing feedback"
]
,
"files": [
"index.js",
"utils",
"modules",
"package.json",
"README.md",
"LICENSE",
"data",
".prettierrc"
],
"scripts": {
"dev": "nodemon index.js",
"format": "prettier --write \"./**/*.{js,json}\""
},
"dependencies": {
"boxen": "^7.1.0",
"center-align": "^1.0.1",
"chalk": "^4.1.2",
"cli-alerts": "^1.2.2",
"cli-cursor": "^3.1.0",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^3.1.0",
"cli-spinners": "^2.9.0",
"cli-welcome": "^2.2.2",
"cli-width": "^4.0.0",
"enquirer": "^2.3.6",
"figlet": "^1.6.0",
"meow": "^9.0.0",
"ora": "^6.3.0",
"random-words": "^1.3.0",
"readline": "^1.3.0",
"readline-sync": "^1.4.10",
"ruxe": "^1.2.6",
"strip-ansi": "^6.0.1",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"nodemon": "^2.0.22",
"prettier": "^2.8.8"
}
}