-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.25 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.25 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
{
"dependencies": {
"@middy/core": "^4.3.1",
"@middy/http-cors": "^4.3.1",
"@middy/http-error-handler": "^4.3.1",
"@middy/http-header-normalizer": "^4.3.1",
"@middy/http-json-body-parser": "^4.3.1",
"@middy/validator": "^4.3.1",
"aws-lambda": "^1.0.7",
"bcrypt": "^5.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.9.1",
"tsyringe": "^4.7.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.114",
"@types/bcrypt": "^5.0.0",
"serverless-offline": "^12.0.4",
"serverless-plugin-typescript": "^2.1.4",
"typescript": "^5.0.4"
},
"name": "aws-planet-api",
"description": "<!-- title: 'AWS Simple HTTP Endpoint example in NodeJS' description: 'This template demonstrates how to make a simple HTTP API with Node.js running on AWS Lambda and API Gateway using the Serverless Framework.' layout: Doc framework: v3 platform: AWS language: nodeJS authorLink: 'https://github.com/serverless' authorName: 'Serverless, inc.' authorAvatar: 'https://avatars1.githubusercontent.com/u/13742415?s=200&v=4' -->",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "serverless offline"
},
"author": "",
"license": "ISC"
}