-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.65 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.65 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
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
76
77
78
79
80
81
82
83
84
85
{
"name": "openapi-specification",
"private": true,
"version": "1.45.0",
"homepage": "https://github.com/woosmap/openapi-specification#readme",
"bugs": {
"url": "https://github.com/woosmap/openapi-specification/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woosmap/openapi-specification.git"
},
"license": "Apache 2.0",
"files": [
"dist/*.json"
],
"type": "commonjs",
"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",
"samples": "bazel run generator/requests:_samples_bin -- --output `pwd`/specification/snippets",
"publish:postman": "bazel run generator/postman:_postman_bin",
"test": "bazel test ...",
"watch": "ibazel build ...",
"watch:test": "ibazel test ..."
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^15.3.5",
"@bazel/bazelisk": "^1.28.1",
"@bazel/buildifier": "^8.2.1",
"@bazel/buildozer": "^8.2.1",
"@bazel/ibazel": "^0.28.0",
"@google/semantic-release-replace-plugin": "^1.2.0",
"@redocly/cli": "^2.31.6",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/npm": "^13.1.5",
"@types/axios": "^0.14.0",
"@types/glob": "^7.2.0",
"@types/json-schema": "^7.0.11",
"@types/node": "^25.9.1",
"@types/postman-collection": "^3.5.11",
"@types/unist": "^3.0.3",
"@types/yargs": "^17.0.35",
"axios": "^1.17.0",
"call-me-maybe": "^1.0.2",
"clsx": "^2.1.1",
"dir-compare": "^5.0.0",
"fast-safe-stringify": "^2.1.1",
"glob": "^13.0.6",
"js-yaml": "^4.2.0",
"jsonpath-plus": "^10.4.0",
"mdast-builder": "^1.1.1",
"mdast-util-from-markdown": "^2.0.3",
"mdast-util-gfm": "^3.1.0",
"micromark-extension-gfm": "^3.0.0",
"openapi-examples-validator": "^7.1.0",
"openapi-to-postmanv2": "^6.0.1",
"openapi-types": "^12.1.3",
"postman-code-generators": "^2.1.1",
"postman-collection": "^5.3.0",
"prettier": "^3.8.3",
"query-string": "^9.4.0",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"rimraf": "^6.1.3",
"slugify": "^1.6.9",
"tar": "^7.5.16",
"tar-stream": "^3.2.0",
"tmp": "^0.2.7",
"typescript": "6.0.3",
"unified": "^11.0.5",
"yaml": "^2.9.0",
"yargs": "^18.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [],
"overrides": {
"@types/unist": "^3.0.3"
}
}
}