-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.78 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "hungry",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"sls": "serverless",
"exportEnv": "sls export-env --all",
"seedRestaurants": "node src/util/seed-restaurants.js",
"test": "npm run exportEnv && cross-env TEST_MODE=handler jest --silent",
"acceptance": "npm run exportEnv && cross-env TEST_MODE=http jest --silent"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eduardo3g/hungry.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eduardo3g/hungry/issues"
},
"homepage": "https://github.com/eduardo3g/hungry#readme",
"devDependencies": {
"@types/jest": "^27.0.1",
"aws-sdk": "^2.979.0",
"awscred": "^1.5.0",
"cheerio": "^1.0.0-rc.10",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.1.0",
"prettier": "^2.3.0",
"rxjs": "^7.3.0",
"serverless": "^2.56.0",
"serverless-export-env": "^2.0.0",
"serverless-export-outputs": "^1.0.2",
"serverless-iam-roles-per-function": "^3.2.0",
"serverless-lumigo": "^1.12.7"
},
"dependencies": {
"@dazn/lambda-powertools-correlation-ids": "^1.28.1",
"@dazn/lambda-powertools-eventbridge-client": "^1.28.1",
"@dazn/lambda-powertools-logger": "^1.28.1",
"@dazn/lambda-powertools-pattern-basic": "^1.29.0",
"@lumigo/tracer": "^1.63.1",
"@middy/core": "^2.5.1",
"@middy/ssm": "^2.5.1",
"aws-xray-sdk-core": "^3.3.3",
"aws4": "^1.11.0",
"axios": "^0.21.1",
"chance": "^1.1.8",
"lodash": "^4.17.21",
"mustache": "^4.2.0"
}
}