netlify-lambda
Version:
Build and serve lambda function with webpack compilation
42 lines (41 loc) • 1.12 kB
JSON
{
"name": "netlify-lambda",
"version": "1.3.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": "jest"
},
"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": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.0",
"body-parser": "^1.18.3",
"commander": "^2.17.1",
"express": "^4.16.3",
"express-logging": "^1.1.1",
"jwt-decode": "^2.2.0",
"toml": "^2.3.3",
"webpack": "^4.17.1",
"webpack-merge": "^4.1.4"
},
"devDependencies": {
"jest": "^23.6.0"
}
}