-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 2 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
{
"name": "products-service",
"version": "1.0.0",
"description": "Serverless aws-nodejs-typescript template",
"main": "serverless.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/serverless offline -s dev",
"debug": "export SLS_DEBUG=* && node --inspect ./node_modules/.bin/serverless offline -s dev",
"debugWindows": "SET export SLS_DEBUG=* && node --nolazy --inspect node_modules/serverless/bin/serverless offline -s dev"
},
"engines": {
"node": ">=14.15.0"
},
"dependencies": {
"@aws/dynamodb-data-mapper": "^0.7.3",
"@aws/dynamodb-data-mapper-annotations": "^0.7.3",
"@middy/core": "^2.2.0",
"@middy/http-json-body-parser": "^2.2.0",
"@serverless/components": "^3.9.2",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"aws-sdk": "^2.912.0",
"http-status-codes": "^2.1.4",
"json-schema-to-ts": "^1.6.4",
"serverless": "^2.42.0",
"serverless-dynamodb-local": "^0.2.39",
"serverless-offline": "^7.0.0",
"serverless-offline-sns": "^0.7.0",
"serverless-offline-sqs": "^4.1.1",
"serverless-webpack": "^5.5.0",
"source-map-support": "^0.5.19",
"ts-loader": "^9.2.2",
"ts-node": "^10.0.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"utilities-techsweave": "^1.3.6",
"uuid": "^3.3.2"
},
"devDependencies": {
"@middy/http-cors": "^2.4.1",
"@serverless/typescript": "^2.43.0",
"@types/aws-lambda": "^8.10.76",
"@types/node": "^15.6.0",
"eslint": "^7.27.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.4",
"webpack": "^5.37.1",
"webpack-node-externals": "^3.0.0"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}