-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 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
49
50
51
52
{
"name": "s4",
"version": "0.1.0",
"main": "index.js",
"repository": "[email protected]:theodo/S4.git",
"author": "Tristan Rigaut <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=14.16.0",
"npm": ">=7.5.4"
},
"scripts": {
"test": "jest --passWithNoTests"
},
"dependencies": {
"@middy/core": "^1.0.0",
"@middy/http-error-handler": "^1.0.0",
"@middy/http-json-body-parser": "^1.0.0",
"@middy/validator": "^1.0.0",
"@tokenizer/s3": "^0.1.3",
"@types/aws-lambda": "^8.10.62",
"@types/uuid": "^8.3.0",
"aws-sdk": "^2.747.0",
"dynamodb-toolbox": "^0.3.2",
"http-errors": "^1.8.0",
"json-schema-to-ts": "^1.2.0",
"tsconfig-paths-webpack-plugin": "^3.2.0"
},
"devDependencies": {
"@serverless/typescript": "^2.14.0",
"@types/jest": "^26.0.22",
"@types/node": "^14.0.12",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"fork-ts-checker-webpack-plugin": "^4.1.6",
"jest": "^26.6.3",
"serverless": "^2.14.0",
"serverless-pseudo-parameters": "^2.5.0",
"serverless-webpack": "^5.3.2",
"sls-dev-tools": "^1.1.6",
"ts-jest": "^26.5.4",
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.7",
"webpack": "^4.43.0",
"webpack-node-externals": "^1.7.2"
}
}