-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "serverless-project",
"version": "1.0.0",
"description": "Serverless aws-nodejs-typescript template",
"main": "serverless.yml",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix"
},
"engines": {
"node": ">=14.15.0"
},
"dependencies": {
"@middy/core": "^2.5.3",
"@middy/http-json-body-parser": "^2.5.3",
"joi": "^17.6.0",
"json-joi-converter": "^17.2.1-f",
"luxon": "^2.4.0"
},
"devDependencies": {
"@serverless/typescript": "^3.0.0",
"@types/aws-lambda": "^8.10.71",
"@types/joi": "^17.2.3",
"@types/luxon": "^2.3.2",
"@types/node": "^14.14.25",
"eslint": "^8.15.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"json-schema-to-ts": "^1.5.0",
"serverless": "^3.0.0",
"serverless-webpack": "^5.7.1",
"ts-loader": "^9.3.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"
}