serverless-step-functions-offline-async
Version:
A fork of serverless-step-functions-offline with added support for async lambda handlers.
50 lines (49 loc) • 1.27 kB
JSON
{
"name": "serverless-step-functions-offline-async",
"version": "0.0.4",
"description": "A fork of serverless-step-functions-offline with added support for async lambda handlers.",
"main": "index.js",
"author": "Patrick Carroll <pcarroll.design@gmail.com>",
"bugs": {
"url": "https://github.com/pdcarroll/serverless-step-functions-offline/issues"
},
"homepage": "https://github.com/pdcarroll/serverless-step-functions-offline#readme",
"repository": {
"type": "git",
"url": "git@github.com:pdcarroll/serverless-step-functions-offline.git"
},
"scripts": {
"test": "nyc ./node_modules/mocha/bin/mocha ./tests/index.test.js './tests/!(index).test.js'",
"lint": "eslint '**/*.{js,jsx}' --quiet"
},
"dependencies": {
"bluebird": "^3.5.1",
"lodash": "^4.17.15",
"moment": "^2.20.1"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^6.6.0",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"pre-commit": "^1.1.3",
"serverless": "^1.25.0",
"sinon": "^10.0.0"
},
"nyc": {
"include": [
"*.js"
]
},
"pre-commit": [
"lint"
],
"keywords": [
"aws",
"lambda",
"serverless",
"step functions",
"serverless-step-functions-offline"
],
"license": "MIT"
}