-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.36 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.36 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
{
"name": "common-api",
"version": "1.0.0",
"description": "Serverless webpack example using Typescript",
"scripts": {
"lint": "node_modules/.bin/eslint .",
"deploy": "sls deploy",
"start": "sls offline -s dev",
"test": "jest --runInBand",
"coverage": "jest --ci --runInBand --reporters=default --reporters=jest-junit --collect-coverage"
},
"dependencies": {
"@middy/core": "^1.0.0",
"@middy/http-error-handler": "^1.1.0",
"@types/aws-lambda": "^8.10.59",
"@types/http-errors": "^1.8.0",
"aws-lambda": "^1.0.6",
"axios": "^0.21.1",
"http-errors": "^1.8.0",
"money": "^0.2.0",
"source-map-support": "^0.5.10"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^10.12.18",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"eslint": "^7.4.0",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"jest": "^26.1.0",
"jest-junit": "^11.0.1",
"serverless": "^1.74.1",
"serverless-jetpack": "^0.10.7",
"serverless-offline": "^6.4.0",
"serverless-webpack": "^5.2.0",
"ts-jest": "^26.1.1",
"ts-loader": "^5.3.3",
"typescript": "^3.9.6",
"webpack": "^4.29.0",
"webpack-node-externals": "^1.7.2"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}