forked from asyncapi-archived-repos/playground
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 892 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
27
28
29
30
31
{
"name": "asyncapi-editor",
"version": "1.4.0",
"description": "Editor for AsyncAPI documentation.",
"scripts": {
"start": "node src/server/index.js",
"lint": "echo 'No linter configured yet'",
"test": "echo 'No tests yet'"
},
"engines": {
"node": ">=8.2.1"
},
"author": "Fran Mendez ([email protected])",
"license": "MIT",
"dependencies": {
"@asyncapi/avro-schema-parser": "^0.2.0",
"@asyncapi/converter": "^0.4.3",
"@asyncapi/generator": "^1.1.0",
"@asyncapi/html-template": "^0.15.4",
"@asyncapi/markdown-template": "^0.10.0",
"@asyncapi/parser": "^1.2.0",
"@moebius/http-graceful-shutdown": "^1.1.0",
"archiver": "^3.0.0",
"body-parser": "^1.17.2",
"express": "^4.16.4",
"express-handlebars": "^3.0.2",
"js-yaml": "^3.13.1",
"json-schema-ref-parser": "^6.1.0",
"node-yaml-config": "0.0.5"
}
}