-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "netlify-lambda",
"version": "0.1.1",
"description": "Build and serve lambda function with webpack compilation",
"homepage": "https://github.com/netlify/netlify-lambda#readme",
"main": "bin/cmd.js",
"bin": {
"netlify-lambda": "bin/cmd.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mathias Biilmann Christensen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/netlify-lambda.git"
},
"bugs": {
"url": "https://github.com/netlify/netlify-lambda/issues"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"base-64": "^0.1.0",
"body-parser": "^1.18.2",
"commander": "^2.11.0",
"express": "^4.16.2",
"express-logging": "^1.1.1",
"toml": "^2.3.3",
"webpack": "^3.8.1",
"webpack-merge": "^4.1.1"
}
}