-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.19 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.19 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
{
"name": "google-font-cli",
"version": "3.1.0",
"description": "Fork of google-font-installer with bug fixes and maintenance updates",
"author": "Tin Sever <mail@tin-sever.de>",
"contributors": [
"Lorenzo Zottar <lordgiotto@gmail.com>"
],
"main": "./lib/google-font-list.js",
"bin": {
"gfcli": "./cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/t2sever/gfcli"
},
"bugs": {
"url": "https://github.com/t2sever/gfcli/issues"
},
"license": "MIT",
"keywords": [
"google",
"font",
"download",
"install",
"cli"
],
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"typecheck": "tsc"
},
"dependencies": {
"commander": "^12.1.0",
"copy-paste-win32fix": "^1.4.0",
"file-type": "^19.6.0",
"ink": "^6.6.0",
"ink-select-input": "^6.2.0",
"ink-text-input": "^6.0.0",
"ora": "^5.4.1",
"pascal-case": "^1.1.2",
"picocolors": "^1.1.1",
"react": "^19.2.3"
},
"optionalDependencies": {
"node-powershell": "^4.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"jest": "^30.2.0",
"typescript": "^5.7.0"
}
}