-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 895 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
{
"name": "functions-runner",
"version": "1.0.4",
"description": "A CLI Tool (based on [Express](https://expressjs.com/)) for running and testing portable Node.js functions locally",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"yargs": "^17.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vwedesam/functions-runner.git"
},
"bin": "./index.js",
"keywords": [
"cli",
"npmtool",
"functions-runner",
"runner-locally",
"functions-locally",
"cloud-functions-locally"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vwedesam/functions-runner/issues"
},
"homepage": "https://github.com/vwedesam/functions-runner#readme"
}