-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.47 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
{
"name": "translate-api",
"version": "1.0.0",
"description": "Serverless aws-nodejs-typescript template",
"main": "serverless.ts",
"scripts": {
"test": "jest --coverage --config:jest.config.js",
"test:watch": "jest --watch",
"dev": "serverless offline start --reloadHandler",
"installDynamo": "serverless dynamodb install"
},
"engines": {
"node": ">=14.15.0"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.264.0",
"@aws-sdk/credential-provider-node": "^3.332.0",
"@aws-sdk/lib-dynamodb": "^3.264.0",
"@middy/core": "^3.4.0",
"@middy/http-cors": "^4.4.3",
"@middy/http-json-body-parser": "^3.4.0",
"amazon-cognito-identity-js": "^6.2.0",
"aws-jwt-verify": "^4.0.0",
"aws-sdk-client-mock": "^2.1.1",
"dotenv": "^16.0.3",
"dynamodb-localhost": "https://github.com/99x/dynamodb-localhost#db30898f8c40932c7177be7b2f1a81360d12876d",
"serverless-dynamodb-local": "^0.2.40",
"uuid-by-string": "^4.0.0"
},
"devDependencies": {
"@serverless/typescript": "^3.0.0",
"@types/aws-lambda": "^8.10.71",
"@types/jest": "^29.5.1",
"@types/node": "^14.14.25",
"esbuild": "^0.14.11",
"jest": "^29.5.0",
"json-schema-to-ts": "^1.5.0",
"serverless": "^3.27.0",
"serverless-esbuild": "^1.23.3",
"serverless-offline": "^12.0.4",
"ts-jest": "^29.1.0",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.1.3"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}