-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 923 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 923 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "stepfunctions-localhost",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "xo"
},
"author": "Max Isom <codetheweb@icloud.com> (https://maxisom.me)",
"license": "MIT",
"xo": {
"space": true
},
"devDependencies": {
"xo": "^0.24.0"
},
"dependencies": {
"del": "^4.1.1",
"fs-extra": "^8.0.1",
"ora": "^3.4.0",
"tar": "^4.4.10",
"zlib": "^1.0.5"
},
"keywords": [
"🛠",
"aws",
"step functions",
"state machines",
"step",
"function",
"state",
"machine",
"serverless",
"local",
"offline"
],
"bugs": {
"url": "https://github.com/codetheweb/stepfunctions-localhost/issues"
},
"homepage": "https://github.com/codetheweb/stepfunctions-localhost#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/codetheweb/stepfunctions-localhost.git"
}
}