-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.43 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
{
"name": "turkiyem",
"version": "2.0.3",
"description": "Türkiye Toplu Taşıma, Deprem, Eczane, Şarj İstasyonları ve Hava Durumu CLI aracı",
"type": "module",
"main": "./src/index.js",
"bin": {
"turkiyem": "src/index.js"
},
"scripts": {
"start": "node src/index.js",
"test": "node --test tests/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sametgurtuna/TurkiyemCLI.git"
},
"bugs": {
"url": "https://github.com/sametgurtuna/TurkiyemCLI/issues"
},
"homepage": "https://github.com/sametgurtuna/TurkiyemCLI#readme",
"keywords": [
"turkiye",
"deprem",
"afad",
"iett",
"ego",
"toplu-tasima",
"cli",
"earthquake",
"transit",
"soap",
"weather",
"open-meteo",
"air-quality",
"eczane",
"nobetci-eczane",
"sarj",
"sarj-istasyonu",
"ev-charging"
],
"author": "Samet Gürtuna <sametgrtna@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"adm-zip": "^0.5.16",
"asciichart": "^1.5.25",
"axios": "^1.7.9",
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"cheerio": "^1.2.0",
"cli-table3": "^0.6.5",
"commander": "^13.1.0",
"csv-parse": "^5.6.0",
"dotenv": "^16.4.7",
"gradient-string": "^3.0.0",
"node-cache": "^5.1.2",
"ora": "^8.2.0",
"prompts": "^2.4.2"
},
"files": [
"src/**/*",
"README.md"
]
}