UNPKG

lambda-tools

Version:

Scripts for working with AWS Lambda backed microservices

75 lines (74 loc) 1.78 kB
{ "name": "lambda-tools", "version": "3.7.1", "description": "Scripts for working with AWS Lambda backed microservices", "main": "", "scripts": { "test": "echo \"No tests defined, let's hope it works?!\"", "lint": "eslint ." }, "bin": { "lambda": "bin/lambda.js" }, "repository": { "type": "git", "url": "https://github.com/Testlio/lambda-tools.git" }, "keywords": [ "lambda", "aws", "deployment" ], "author": { "email": "dev@testlio.com", "name": "Testlio" }, "license": "ISC", "dependencies": { "@babel/core": "^7.7.5", "ansi": "^0.3.1", "archy": "^1.0.0", "aws-sdk": "^2.3.x", "babel-core": "6.26.0", "babel-preset-es2015": "^6.1.18", "babel-preset-es2015-node4": "^2.1.0", "babel-preset-es2015-node6": "^0.4.0", "babel-preset-latest-node": "^4.0.1", "babel-preset-node8": "^1.2.0", "bluebird": "^3.1.1", "browserify": "^12.0.1", "cfn-response": "^1.0.1", "chalk": "^1.1.3", "commander": "^2.9.0", "configstore": "^2.1.0", "detective": "^4.3.1", "dot": "^1.0.3", "envify": "^3.4.0", "exorcist": "^0.4.0", "find-root": "^1.0.0", "fs-extra": "^0.26.7", "hash-files": "^1.1.1", "jsonpath": "^1.0.1", "koa": "^2.12.0", "koa-body": "^4.1.3", "koa-logger": "^3.2.1", "koa-router": "^8.0.8", "lodash": "^4.8.x", "moment": "^2.11.0", "perfy": "^1.1.2", "readline-sync": "^1.2.21", "resolve": "^1.1.7", "simple-archiver": "^0.2.0", "swagger-parser": "^3.3.0", "untildify": "^2.1.0", "update-notifier": "^0.7.0", "uuid": "^3.0.0", "velocityjs": "^0.7.5" }, "resolutions": { "graceful-fs": "4.1.9" }, "devDependencies": { "eslint": "7.0.0" } }