forked from tuttodev/tech-content-creators-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 800 Bytes
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
{
"name": "tech-content-creators-api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start:dev:express": "ts-node-dev infrastructure/entry/express/index.ts",
"build:express": "node infrastructure/entry/express/esbuild.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/aws-lambda": "^8.10.145",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.14.12",
"esbuild": "^0.23.1",
"ts-standard": "^12.0.2",
"typescript": "^5.5.4",
"zip-lib": "^1.0.4"
},
"dependencies": {
"aws-lambda": "^1.0.7",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-promise-router": "^4.1.1",
"serverless-http": "^3.2.0",
"ts-node-dev": "^2.0.0"
}
}