-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 953 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
{
"name": "hub-search-proxy",
"version": "2.8.9",
"description": "Serverless Framework Lambda functions to interact with AWS ElasticSearch Service.",
"main": "handler.js",
"scripts": {
"start": "sls offline",
"debug": "export SLS_DEBUG=* && node --inspect ./node_modules/.bin/sls offline",
"test": "sls invoke test",
"testw": "nodemon --watch . --exec 'sls invoke test || true'",
"deploy": "sls deploy"
},
"keywords": [
"Lambda",
"ElasticsSearch",
"Serverless",
"Framework"
],
"author": "Rose McColl",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.15",
"serverless-domain-manager": "^6.0.2",
"serverless-mocha-plugin": "^1.12.0",
"serverless-offline": "^8.5.0"
},
"dependencies": {
"@elastic/elasticsearch": "7.13.0",
"aws-elasticsearch-connector": "^9.0.3",
"aws-sdk": "^2.1058.0",
"contentful": "^9.1.18",
"contentful-export": "^7.14.27"
}
}