-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 843 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
{
"name": "aws-serverless-config",
"version": "2.0.5",
"description": "Provide four middleware about event, config and log for aws-serverless-express.",
"main": "./dist/index.js",
"types": "./src/index.ts",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevStarSJ/aws-serverless-config.git"
},
"keywords": [
"aws-serverless-express"
],
"author": "Yun Seok-Joon <seokjoon.yun@gmail.com> (https://devstarsj.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DevStarSJ/aws-serverless-config/issues"
},
"homepage": "https://github.com/DevStarSJ/aws-serverless-config#readme",
"dependencies": {
"express": "^4.15.4"
},
"devDependencies": {
"@types/express": "^4.0.36",
"express-mocks-http": "0.0.11"
}
}