-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "openapi-jsonrpc-jsdoc",
"version": "1.6.1",
"description": "Transform JSDoc-annotated JSON-RPC 2.0 methods into OpenAPI specifications.",
"main": "index.mjs",
"type": "module",
"scripts": {
"test": "NODE_NO_WARNINGS=1 ava test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qertis/openapi-jsonrpc-jsdoc.git"
},
"keywords": [
"openapi jsdoc",
"open api js doc",
"postman jsdoc",
"swagger jsdoc",
"openapi jsdoc",
"json-rpc openapi",
"json-rpc swagger",
"jsonrpc openapi",
"generator documentation openapi jsonrpc 2.0"
],
"author": "Denis Baskovsky <baskovsky@yandex.ru> (https://baskovsky.ru/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/qertis/openapi-jsonrpc-jsdoc/issues"
},
"homepage": "https://github.com/qertis/openapi-jsonrpc-jsdoc#readme",
"dependencies": {
"jsdoc-api": "~9.3.6"
},
"devDependencies": {
"ava": "~6.4.1",
"express": "~5.2.1"
},
"engines": {
"node": ">= 22"
}
}