forked from alexandrenicol/aws-lambda-router-wn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 854 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
34
35
{
"name": "aws-lambda-router-wn",
"version": "0.9.1",
"description": "HTTP Router for AWS Lambda+AWS Api Gateway.",
"main": "index.js",
"scripts": {
"test-local": "mocha",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec "
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexandrenicol/aws-lambda-router-wn.git"
},
"keywords": [
"aws",
"lambda",
"router",
"http",
"gateway",
"api",
"amazon"
],
"devDependencies": {
"@types/aws-lambda": "^8.10.13",
"chai": "*",
"istanbul": "*",
"mocha": "*"
},
"author": "alexandrenicol",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandrenicol/aws-lambda-router-wn/issues"
},
"homepage": "https://github.com/alexandrenicol/aws-lambda-router-wn#readme"
}