-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 967 Bytes
/
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
{
"name": "api",
"version": "1.0.0",
"description": "Serverless webpack example using Typescript",
"main": "handler.js",
"scripts": {
"start": "tsc --project tsconfig.local.json && node lib/local/index.js"
},
"dependencies": {
"@koa/router": "^10.0.0",
"@types/axios": "^0.14.0",
"@types/koa": "^2.11.6",
"@types/koa__router": "^8.0.3",
"aws-sdk": "^2.797.0",
"axios": "^0.21.0",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"serverless-http": "^2.6.0",
"source-map-support": "^0.5.10"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.17",
"@types/node": "^10.12.18",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"serverless-webpack": "^5.2.0",
"ts-loader": "^5.3.3",
"typescript": "^4.0.0",
"webpack": "^4.29.0",
"webpack-node-externals": "^1.7.2"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}