-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1010 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
36
37
38
39
40
41
42
{
"name": "@architect/plugin-lambda-invoker",
"version": "2.0.1",
"description": "Interactively invoke Lambdas in Architect Sandbox with arbitrary events",
"main": "src/index.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint . --fix",
"rc": "npm version prerelease --preid RC"
},
"engines": {
"node": ">=16"
},
"files": [
"src/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/architect/plugin-lambda-invoker.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/architect/plugin-lambda-invoker/issues"
},
"homepage": "https://github.com/architect/plugin-lambda-invoker#readme",
"dependencies": {
"@architect/utils": "^4.0.6",
"@aws-sdk/util-dynamodb": "^3.572.0",
"ansi-colors": "^4.1.3",
"enquirer": "^2.4.1"
},
"devDependencies": {
"@architect/eslint-config": "^3.0.0",
"eslint": "^9.2.0"
},
"keywords": [
"arc",
"architect",
"plugin",
"lambda"
]
}