-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.01 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
{
"name": "stackql-provider-google",
"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": {
"generate-docs": "./bin/generate-docs.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackql/stackql-provider-google.git"
},
"author": "info@stackql.io",
"license": "ISC",
"bugs": {
"url": "https://github.com/stackql/stackql-provider-google/issues"
},
"homepage": "https://github.com/stackql/stackql-provider-google#readme",
"dependencies": {
"@stackql/provider-utils": "^0.4.7",
"command-line-usage": "^6.1.3",
"csv-writer": "^1.6.0",
"indefinite": "^2.5.1",
"js-yaml": "^4.1.0",
"jsonpath": "^1.1.1",
"jsonpointer": "^5.0.1",
"node-fetch": "^3.3.0",
"pino": "^8.8.0",
"pino-pretty": "^10.0.0",
"pluralize": "^8.0.0"
}
}