-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "asyncapi-directory",
"version": "1.0.0",
"description": "Directory of asynchronous APIs in AsyncAPI format",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build.data": "node index.js",
"build.site": "npx eleventy --input=. --output=./docs",
"serve": "npx eleventy --serve --input=. --output=./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/APIs-guru/asyncapi-directory.git"
},
"keywords": [
"asyncapi",
"async",
"api"
],
"author": "Mike Ralphson",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/APIs-guru/asyncapi-directory/issues"
},
"homepage": "https://github.com/APIs-guru/asyncapi-directory#readme",
"dependencies": {
"@11ty/eleventy": "^0.11.1",
"@asyncapi/generator": "^1.6.1",
"@asyncapi/html-template": "^0.18.1",
"asyncapi": "^2.6.1",
"asyncapi-docgen": "^1.10.6",
"deep-sort-object": "^1.0.2",
"eleventy-plugin-seo": "^0.5.1",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.1.0",
"node-fetch": "^2.6.1",
"node-readfiles": "^0.2.0",
"reftools": "^1.1.8",
"yaml": "^1.10.2"
}
}