-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
31 lines (31 loc) · 946 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": "google-discovery-to-openapi",
"version": "1.0.0",
"description": "Extracts API information from Google service discovery documents and reconstitutes into OpenAPI3 compliant specs",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackql/google-discovery-to-openapi.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/stackql/google-discovery-to-openapi/issues"
},
"homepage": "https://github.com/stackql/google-discovery-to-openapi#readme",
"dependencies": {
"@stackql/pgwire-lite": "^1.0.1",
"command-line-usage": "^6.1.3",
"indefinite": "^2.5.1",
"js-yaml": "^4.1.0",
"jsonpointer": "^5.0.1",
"node-fetch": "^3.3.0",
"pino": "^8.8.0",
"pino-pretty": "^10.0.0",
"pluralize": "^8.0.0"
}
}