-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 965 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 965 Bytes
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
{
"name": "elasticulize-cli",
"version": "1.1.6",
"description": "Elasticsearch client for delpoyment and migrations",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./lib/elasticulize.js"
},
"bin": {
"elasticulize": "./bin/elasticulize"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TinyNova/elasticulize-cli.git"
},
"keywords": [
"elasticsearch",
"sequelize",
"migration",
"deployment"
],
"author": "Britton Mathews <britton.mathews@backit.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/TinyNova/elasticulize-cli/issues"
},
"homepage": "https://github.com/TinyNova/elasticulize-cli#readme",
"dependencies": {
"async": "^3.2.1",
"aws-sdk": "^2.991.0",
"elasticsearch": "^16.7.2",
"http-aws-es": "^6.0.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"moment": "^2.29.1"
}
}