-
Notifications
You must be signed in to change notification settings - Fork 657
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 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
{
"name": "@webiny/api-elasticsearch",
"version": "0.0.0",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/webiny/webiny-js.git",
"directory": "packages/api-elasticsearch"
},
"description": "A set of plugins to work with Elasticsearch.",
"contributors": [
"Pavel Denisjuk <pavel@webiny.com>"
],
"license": "MIT",
"dependencies": {
"@elastic/elasticsearch": "7.12.0",
"@webiny/api": "0.0.0",
"@webiny/aws-sdk": "0.0.0",
"@webiny/db-dynamodb": "0.0.0",
"@webiny/error": "0.0.0",
"@webiny/plugins": "0.0.0",
"aws-elasticsearch-connector": "patch:aws-elasticsearch-connector@npm%3A9.2.0#~/.yarn/patches/aws-elasticsearch-connector-npm-9.2.0-e1245671b1.patch",
"elastic-ts": "^0.12.0"
},
"devDependencies": {
"@webiny/build-tools": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^6.1.3",
"typescript": "6.0.1-rc",
"vitest": "^4.0.18"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"gitHead": "8476da73b653c89cc1474d968baf55c1b0ae0e5f"
}