-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@ivinco/serverless-offline-local-authorizers-plugin",
"version": "2.0.3",
"main": "./dist/index.js",
"scripts": {
"tsc": "./node_modules/typescript/bin/tsc"
},
"files": [
"dist",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Ivinco/serverless-offline-local-authorizers-plugin.git"
},
"keywords": [
"serverless",
"serverless-plugin",
"serverless-offline",
"nodejs",
"local development",
"offline",
"aws",
"authorizer",
"custom authorizer",
"lambda authorizer",
"aws lambda"
],
"author": "Pavel Pykov <pavel@ivinco.com>",
"homepage": "https://github.com/Ivinco/serverless-offline-local-authorizers-plugin#readme",
"license": "MIT",
"devDependencies": {
"@types/node": "20.10.4",
"typescript": "^5.3.3"
},
"types": "./dist/index.d.ts",
"description": "[Serverless](http://www.serverless.com) plugin for adding authorizers when developing and testing functions locally with [serverless-offline](https://github.com/dherault/serverless-offline).",
"bugs": {
"url": "https://github.com/Ivinco/serverless-offline-local-authorizers-plugin/issues"
},
"directories": {
"example": "examples"
},
"dependencies": {
"undici-types": "^5.26.5"
}
}