-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 969 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
45
{
"name": "aws-elasticsearch-js",
"version": "1.0.3",
"description": "Use elasticsearch-js with Amazon ES",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gosquared/aws-elasticsearch-js.git"
},
"keywords": [
"aws",
"elasticsearch",
"js",
"elastic",
"connector",
"sign",
"iam",
"amazon",
"es",
"signer"
],
"author": "Geoff Wagstaff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gosquared/aws-elasticsearch-js/issues"
},
"homepage": "https://github.com/gosquared/aws-elasticsearch-js#readme",
"dependencies": {
"@elastic/elasticsearch": "^7.12.0",
"aws-sdk": "^2.873.0",
"debug": "^4.3.1",
"pump": "^3.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
"faker": "^5.5.0",
"mocha": "^8.3.2"
}
}