-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 989 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
{
"author": {
"name": "Hansin1997",
"email": "[email protected]",
"url": "https://github.com/hansin1997"
},
"bugs": {
"url": "https://github.com/dustlight-cn/serverless-fun-offline/issues"
},
"bundleDependencies": false,
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"lodash": "^4.17.15",
"morgan": "^1.9.1",
"prom-client": "^10.0.2"
},
"deprecated": false,
"description": "Simulates Fun NodeJS runtimes to run call your functions offline.",
"homepage": "https://github.com/dustlight-cn/serverless-fun-offline#readme",
"keywords": [
"Serverless",
"Fun",
"NodeJS",
"Offline"
],
"license": "MIT",
"main": "index.js",
"name": "@dustlight/serverless-fun-offline",
"repository": {
"type": "git",
"url": "git+https://github.com/dustlight-cn/serverless-fun-offline.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.3-alpha"
}