UNPKG

1.4 kBJSONView Raw
1{
2 "name": "netlify-lambda",
3 "version": "1.4.9",
4 "description": "Build and serve lambda function with webpack compilation",
5 "homepage": "https://github.com/netlify/netlify-lambda#readme",
6 "main": "bin/cmd.js",
7 "bin": {
8 "netlify-lambda": "bin/cmd.js"
9 },
10 "scripts": {
11 "test": "jest",
12 "version": "auto-changelog -p --template keepachangelog && git add .",
13 "prepublishOnly": "git push && git push --tags && gh-release"
14 },
15 "files": [
16 "lib/*.js",
17 "!lib/*.spec.js",
18 "bin/*.js"
19 ],
20 "author": "Mathias Biilmann Christensen",
21 "license": "MIT",
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/netlify/netlify-lambda.git"
25 },
26 "bugs": {
27 "url": "https://github.com/netlify/netlify-lambda/issues"
28 },
29 "dependencies": {
30 "@babel/core": "^7.0.0",
31 "@babel/plugin-proposal-class-properties": "^7.0.0",
32 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
33 "@babel/plugin-transform-object-assign": "^7.0.0",
34 "@babel/preset-env": "^7.0.0",
35 "babel-loader": "^8.0.0",
36 "body-parser": "^1.18.3",
37 "commander": "^2.17.1",
38 "express": "^4.16.3",
39 "express-logging": "^1.1.1",
40 "jwt-decode": "^2.2.0",
41 "toml": "^2.3.3",
42 "webpack": "^4.17.1",
43 "webpack-merge": "^4.1.4"
44 },
45 "devDependencies": {
46 "auto-changelog": "^1.13.0",
47 "gh-release": "^3.5.0",
48 "jest": "^23.6.0"
49 }
50}