-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 793 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "serverless-stepfunctions-callback",
"version": "1.0.0",
"description": "Demonstrate Serverless Framework with Step Function callback to restart",
"dependencies": {
"serverless": "^1.50.0",
"serverless-pseudo-parameters": "^2.4.0",
"serverless-step-functions": "^2.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/v-studios/serverless-stepfunctions-callback.git"
},
"author": "Chris Shenton <chris@v-studios.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/v-studios/serverless-stepfunctions-callback/issues"
},
"homepage": "https://github.com/v-studios/serverless-stepfunctions-callback#readme"
}