generated from awsmag/aws-lambda-koa-barebone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 805 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
{
"name": "aws-lambda-koa-barebone",
"version": "1.0.0",
"description": "Koa barebone to run on aws lambda and API Gateway",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awsmag/aws-lambda-koa-barebone.git"
},
"keywords": [],
"author": "Simranjeet Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/awsmag/aws-lambda-koa-barebone/issues"
},
"homepage": "https://github.com/awsmag/aws-lambda-koa-barebone#readme",
"dependencies": {
"aws-serverless-express": "^3.4.0",
"koa": "^2.13.1",
"koa-mw-logger": "^1.4.9"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-shell": "^0.8.0",
"mocha": "^9.0.3",
"nyc": "^15.1.0"
}
}