-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.12 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.12 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "a-service-ts",
"version": "1.0.0",
"description": "Service",
"main": "serverless.ts",
"scripts": {
"start-local": "sls offline start",
"start": "sls offline start",
"test": "jest --runInBand"
},
"engines": {
"node": ">=14.15.0"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@honeybadger-io/js": "^3.2.7",
"@middy/core": "^2.5.3",
"@middy/http-cors": "^2.5.3",
"@middy/http-json-body-parser": "^2.5.3",
"@types/uuid": "^8.3.1",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1029.0",
"esbuild": "^0.14.18",
"serverless-plugin-warmup": "^6.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@aws-cdk/assert": "^2.0.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@serverless/typescript": "^3.0.0",
"@types/aws-lambda": "^8.10.71",
"@types/jest": "^27.0.2",
"@types/node": "^14.14.25",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"aws-sdk-mock": "^5.5.0",
"babel-jest": "^27.3.1",
"concurrently": "^6.4.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fetch-mock": "^9.11.0",
"fork-ts-checker-webpack-plugin": "^6.4.0",
"jest": "^27.3.1",
"json-schema-to-ts": "^1.5.0",
"json-to-pretty-yaml": "^1.2.2",
"kafkajs": "^1.15.0",
"mockdate": "^3.0.5",
"prettier": "^2.5.1",
"regenerator-runtime": "^0.13.9",
"serverless": "^3.1.0",
"serverless-add-api-key": "^4.2.0",
"serverless-dotenv-plugin": "^3.10.0",
"serverless-dynamodb-local": "^0.2.40",
"serverless-esbuild": "^1.17.1",
"serverless-offline": "^8.4.0",
"serverless-plugin-datadog": "^3.3.0",
"serverless-webpack": "^5.5.5",
"ts-jest": "^27.0.7",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.4.4",
"webpack": "^5.64.1",
"webpack-node-externals": "^3.0.0"
},
"author": "None",
"license": "All Rights Reserved"
}