-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "nodeteam",
"version": "1.0.0",
"description": "Lambdas and DynamoDB",
"main": "serverless.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14.15.0"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.478.0",
"@middy/core": "^3.4.0",
"@middy/http-json-body-parser": "^3.4.0",
"@middy/validator": "^5.1.0",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1522.0",
"serverless-auto-swagger": "^2.12.0",
"serverless-dynamodb": "^0.2.47",
"uuid": "^9.0.1"
},
"devDependencies": {
"@serverless/typescript": "^3.0.0",
"@types/aws-lambda": "^8.10.71",
"@types/node": "^14.14.25",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.14.11",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"json-schema-to-ts": "^1.5.0",
"serverless": "^3.0.0",
"serverless-esbuild": "^1.23.3",
"serverless-offline": "^13.3.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.1.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}