-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 744 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 744 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
{
"name": "now-lambda-runner",
"version": "4.0.0",
"bin": {
"now-lambda": "./index.js"
},
"description": "A tool for testing now lambdas locally",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/krasimir/now-lambda-runner.git"
},
"keywords": [
"now",
"lambda",
"tester",
"runner"
],
"author": "Krasimir Tsonev",
"license": "MIT",
"bugs": {
"url": "https://github.com/krasimir/now-lambda-runner/issues"
},
"homepage": "https://github.com/krasimir/now-lambda-runner#readme",
"dependencies": {
"cors": "2.8.5",
"extglob": "3.0.0",
"mime-types": "2.1.21",
"named-regexp-groups": "^1.0.3",
"yargs": "12.0.5"
}
}