-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 KB
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
46
47
48
{
"name": "serverless-arazzo-workflows",
"version": "0.0.9",
"description": "Document your Serverless Framework API workflows with the OpenAPI Arazzo Workflow Spec",
"main": "index.js",
"scripts": {
"test": "mocha --config './test/.mocharc.js'",
"watch-tests": "mocha --config './test/.mocharc.js' --watch",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaredCE/serverless-arazzo-workflows.git"
},
"keywords": [
"serverless",
"arazzo",
"openapi"
],
"author": "Jared Evans",
"license": "MIT",
"bugs": {
"url": "https://github.com/JaredCE/serverless-arazzo-workflows/issues"
},
"homepage": "https://github.com/JaredCE/serverless-arazzo-workflows#readme",
"engines": {
"node": ">=22"
},
"devDependencies": {
"chai": "^4.5.0",
"husky": "^9.1.7",
"mocha": "^11.7.5",
"nock": "^14.0.10",
"sinon": "^21.0.1"
},
"dependencies": {
"@redocly/cli": "^2.14.0",
"@swaggerexpert/arazzo-runtime-expression": "^1.0.1",
"ajv": "^8.17.1",
"chalk": "^4.1.2",
"js-yaml": "^4.1.1",
"jsonpath": "^1.1.1",
"peggy": "^5.0.6",
"stream-chain": "^3.4.0",
"stream-json": "^1.9.1",
"traverse": "^0.6.11"
}
}