-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.22 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "eml-be",
"version": "1.0.0",
"description": "Serverless aws-nodejs-typescript template",
"scripts": {
"test": "jest --silent --collect-coverage",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix",
"build-openapi": "swagger-cli bundle openapi.yml --outfile _build/openapi.yml --type yaml"
},
"dependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@middy/core": "^1.5.0",
"@middy/http-json-body-parser": "^1.5.0",
"@types/json-schema": "^7.0.7",
"@types/stripe": "^8.0.417",
"ajv": "^7.2.1",
"ajv-formats": "^1.5.1",
"aws-sdk": "^2.847.0",
"babel-jest": "^26.6.3",
"eslint-ts-naming-convention": "^1.2.1",
"file-type": "^16.3.0",
"json-schema-to-typescript": "^10.1.3",
"jwk-to-pem": "^2.0.4",
"node-fetch": "^2.6.1",
"source-map-support": "^0.5.19",
"stripe": "^8.137.0",
"typescript.list": "^6.7.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.13.0",
"@serverless/typescript": "^2.16.0",
"@testing-library/jest-dom": "^5.11.9",
"@types/aws-lambda": "^8.10.64",
"@types/jest": "^26.0.20",
"@types/jest-json-schema": "^2.1.3",
"@types/jsonwebtoken": "^8.5.0",
"@types/jwk-to-pem": "^2.0.0",
"@types/node": "^14.14.6",
"@types/node-fetch": "^2.5.8",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"fork-ts-checker-webpack-plugin": "^6.0.0",
"jest": "^26.6.3",
"jest-json-schema": "^5.0.0",
"jest-mock-extended": "^1.0.13",
"json-schema-to-ts": "^1.4.1",
"serverless": "^2.30.2",
"serverless-dynamodb-local": "^0.2.39",
"serverless-offline": "^6.8.0",
"serverless-offline-dotenv": "^0.3.0",
"serverless-webpack": "^5.4.0",
"swagger-cli": "^4.0.4",
"ts-jest": "^26.5.3",
"ts-loader": "^8.0.10",
"ts-node": "^9.0.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.2.2",
"webpack": "^5.27.2",
"webpack-node-externals": "^2.5.2"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}