-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 850 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
43
44
{
"name": "duckimport",
"version": "1.0.6",
"description": "Elasticsearch Data Import Tool",
"author": {
"name": "Faruk Caki",
"email": "[email protected]",
"url": "https://ofarukcaki.com"
},
"repository": "github:ofarukcaki/duckimport",
"main": "index.js",
"bin": {
"duckimport": "index.js"
},
"engines": {
"node": ">=11.10.0"
},
"preferGlobal": true,
"license": "MIT",
"dependencies": {
"@elastic/elasticsearch": "^7.3.0",
"axios": "^0.21.1",
"colors": "^1.4.0",
"commander": "^3.0.2",
"countdown": "^2.6.0",
"nexline": "^1.1.0",
"ora": "^4.0.2",
"progress": "^2.0.3",
"shelljs": "^0.8.3"
},
"keywords": [
"elasticsearch",
"elastic",
"import",
"csv",
"tsv",
"json",
"txt",
"text",
"index",
"large",
"big"
]
}