-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 960 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 960 Bytes
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
{
"name": "@includable/serverless-middleware",
"version": "2.1.0",
"description": "Default serverless middleware for some of our projects.",
"main": "src/index.js",
"scripts": {
"test": "jest",
"lint": "prettier --check .",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/includable/serverless-middleware.git"
},
"keywords": [
"apigateway",
"middleware",
"serverless",
"lambda"
],
"author": "Thomas Schoffelen <thomas@schof.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/includable/serverless-middleware/issues"
},
"homepage": "https://github.com/includable/serverless-middleware#readme",
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.3.0",
"lambda-sample-events": "^1.1.0",
"prettier": "^3.8.1",
"semantic-release": "^25.0.3"
},
"dependencies": {
"@opentelemetry/api": "^1.9.0"
}
}