-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
26 lines (26 loc) · 834 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "serverless-offline-stepfunctions-plugin",
"description" : "This Serverless Offline plugin provides local support for Serverless Step Functions",
"version": "0.0.1",
"main": "index.js",
"repository": "[email protected]:pianomansam/serverless-offline-stepfunctions-plugin.git",
"author": "Samuel Oltz",
"license": "MIT",
"scripts": {
"lint": "yarn eslint ."
},
"dependencies": {
"aws-sdk": "^2.488.0",
"stepfunctions-local": "https://github.com/pianomansam/stepfunctions-local#strip-lambda-arn"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^24.8.0",
"prettier": "^1.18.2"
}
}