forked from googlemaps/openapi-specification
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.37 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "http-specification",
"private": true,
"version": "1.22.5",
"homepage": "https://github.com/googlemaps/openapi-specification#readme",
"bugs": {
"url": "https://github.com/googlemaps/openapi-specification/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googlemaps/openapi-specification.git"
},
"license": "Apache 2.0",
"files": [
"dist/*.json"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "bazel build //:outputs",
"postbuild": "mkdir -p dist; tar xf bazel-bin/dist.tar -C dist && cp bazel-bin/parameters.yml specification/parameters/_index.yml",
"responses": "bazel run generator/responses:_responses_bin -- --output `pwd`/specification/responses",
"publish:postman": "bazel run generator/postman:_postman_bin",
"test": "bazel test ...",
"watch": "ibazel build ...",
"watch:test": "ibazel test ..."
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@bazel/bazelisk": "^1.11.0",
"@bazel/buildifier": "^4.0.1",
"@bazel/buildozer": "^5.1.0",
"@bazel/ibazel": "^0.16.2",
"@bazel/typescript": "^3.7.0",
"@google/semantic-release-replace-plugin": "^1.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/npm": "^9.0.1",
"@types/axios": "^0.14.0",
"@types/glob": "^7.2.0",
"@types/json-schema": "^7.0.11",
"@types/node": "^17.0.38",
"@types/postman-collection": "^3.5.7",
"@types/unist": "^2.0.6",
"@types/yargs": "^17.0.10",
"axios": "^1.2.6",
"clsx": "^1.1.1",
"dir-compare": "^4.0.0",
"glob": "^8.0.3",
"js-yaml": "^4.1.0",
"jsonpath-plus": "^6.0.1",
"mdast-builder": "^1.1.1",
"mdast-util-from-markdown": "^0.8.5",
"mdast-util-gfm": "^0.1.2",
"micromark-extension-gfm": "^0.3.3",
"openapi-examples-validator": "^4.6.0",
"openapi-to-postmanv2": "^4.8.0",
"openapi-types": "^11.0.1",
"postman-code-generators": "^1.2.2",
"postman-collection": "^4.1.3",
"prettier": "^2.6.2",
"query-string": "^7.0.1",
"remark-gfm": "^1.0.0",
"remark-html": "^13.0.1",
"remark-parse": "^9.0.0",
"remark-stringify": "^9.0.0",
"rimraf": "^3.0.2",
"slugify": "^1.6.5",
"swagger-cli": "^4.0.4",
"tar": "^6.1.11",
"tar-stream": "^2.1.4",
"tmp": "^0.2.1",
"typescript": "^4.3.5",
"unified": "^9.2.1",
"yargs": "^17.5.1"
}
}