-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@lambda-lambda-lambda/router",
"description": "AWS CloudFront Lambda@Edge serverless application router.",
"version": "0.8.8",
"main": "src/Router.js",
"scripts": {
"gendoc": "jsdoc -c jsdoc.json",
"lint": "eslint src test",
"test": "nyc mocha --require test/mocha.env.js 'test/**/*.js'",
"coverage": "nyc report --reporter=text-lcov > lcov.info && ./coveralls report lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lambda-lambda-lambda/router.git"
},
"keywords": [
"javascript",
"nodejs",
"amazon",
"cloudfront",
"lambda",
"serverless",
"router"
],
"bugs": {
"url": "https://github.com/lambda-lambda-lambda/router/issues"
},
"homepage": "https://github.com/lambda-lambda-lambda/router#readme",
"author": "Marc S. Brooks <devel@mbrooks.info> (https://mbrooks.info)",
"license": "MIT",
"devDependencies": {
"@types/aws-lambda": "^8.10.152",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"clean-jsdoc-theme": "^4.3.0",
"clone": "^2.1.2",
"eslint": "^9.36.0",
"jsdoc": "^4.0.4",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"require-reload": "^0.2.2",
"resnap": "^1.0.1",
"sinon": "^17.0.1"
},
"engines": {
"node": ">=20.0.0"
}
}