-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.02 KB
/
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
45
46
{
"name": "escl",
"version": "1.0.1",
"main": "index.js",
"author": "Jean Rigotti <gmgotti@protonmail.com>",
"license": "MIT",
"dependencies": {
"bodybuilder": "^2.2.16",
"cosmiconfig": "^5.0.6",
"elasticsearch": "^15.1.1",
"recast": "^0.16.0",
"yargs": "^12.0.2"
},
"scripts": {
"repl": "node ./repl.js"
},
"engines": {
"node": ">=10.12.0"
},
"bin": {
"escl": "./index.js"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-plugin-node": "^8.0.0"
},
"description": "A high-level command line wrapper around the [elasticsearch.js](https://github.com/elastic/elasticsearch-js) client.",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JRigotti/escl.git"
},
"keywords": [
"elasticsearch",
"cli"
],
"bugs": {
"url": "https://github.com/JRigotti/escl/issues"
},
"homepage": "https://github.com/JRigotti/escl#readme",
"preferGlobal": true
}