UNPKG

node-lambda

Version:

Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.

57 lines (56 loc) 1.28 kB
{ "name": "node-lambda", "version": "1.3.0", "description": "Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.", "main": "lib/main.js", "directories": { "test": "test" }, "scripts": { "lint": "standard && standard bin/node-lambda", "test": "npm run lint && npm run unit", "unit": "mocha" }, "bin": { "node-lambda": "./bin/node-lambda" }, "repository": { "type": "git", "url": "git://github.com/motdotla/node-lambda.git" }, "keywords": [ "lambda", "aws", "amazon", "amazon-lambda", "aws-lambda", "lambda-node", "deploy", "deployment" ], "readmeFilename": "README.md", "author": "motdotla", "license": "BSD-2-Clause", "engines": { "node": ">= 10.0.0" }, "dependencies": { "archiver": "^6.0.0", "aws-sdk": "^2.1377.0", "aws-xray-sdk-core": "^3.5.0", "commander": "^11.0.0", "continuation-local-storage": "^3.2.1", "dotenv": "^16.0.3", "fs-extra": "^11.1.1", "klaw": "^4.1.0", "minimatch": "^9.0.0", "proxy-agent": "^6.2.0" }, "devDependencies": { "aws-sdk-mock": "^5.8.0", "chai": "^4.3.7", "mocha": "^10.1.0", "node-zip": "^1.1.1", "standard": "^17.0.0" } }