forked from asyncapi/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
154 lines (154 loc) · 4.98 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "@asyncapi/cli",
"description": "All in one CLI for all AsyncAPI tools",
"version": "0.50.2",
"author": "@asyncapi",
"bin": {
"asyncapi": "./bin/run"
},
"bugs": "https://github.com/asyncapi/cli/issues",
"dependencies": {
"@asyncapi/avro-schema-parser": "^3.0.2",
"@asyncapi/bundler": "^0.3.8",
"@asyncapi/converter": "^1.2.1",
"@asyncapi/diff": "^0.4.1",
"@asyncapi/generator": "^1.10.8",
"@asyncapi/modelina": "^1.8.6",
"@asyncapi/openapi-schema-parser": "^3.0.3",
"@asyncapi/optimizer": "^0.1.18",
"@asyncapi/parser": "^2.0.3",
"@asyncapi/raml-dt-schema-parser": "^4.0.3",
"@asyncapi/studio": "^0.17.3",
"@oclif/core": "^1.26.2",
"@oclif/errors": "^1.3.6",
"@oclif/plugin-not-found": "^2.3.22",
"@stoplight/spectral-cli": "6.6.0",
"ajv": "^8.12.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.2",
"fs-extra": "^11.1.0",
"indent-string": "^4.0.0",
"inquirer": "^8.2.0",
"lodash.template": "^4.4.0",
"node-fetch": "^2.0.0",
"oclif": "^3.7.3",
"open": "^8.4.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"serve-handler": "^6.1.3",
"strip-ansi": "^6.0.0",
"unzipper": "^0.10.11",
"wrap-ansi": "^4.0.0",
"ws": "^8.2.3"
},
"devDependencies": {
"@asyncapi/minimaltemplate": "./test/minimaltemplate",
"@babel/core": "^7.19.3",
"@jest/types": "^29.1.0",
"@oclif/test": "^2",
"@swc/core": "^1.3.2",
"@swc/jest": "^0.2.22",
"@types/chai": "^4.3.3",
"@types/fs-extra": "^11.0.1",
"@types/inquirer": "^8.1.3",
"@types/jest": "^29.0.3",
"@types/lodash.template": "^4.4.4",
"@types/node": "^10.17.60",
"@types/node-fetch": "^2.5.12",
"@types/rimraf": "^3.0.2",
"@types/serve-handler": "^6.1.1",
"@types/wrap-ansi": "^8.0.1",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"acorn": "^8.5.0",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint-config-oclif": "^4",
"eslint-config-oclif-typescript": "^1.0.3",
"eslint-plugin-github": "^4.3.7",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.15.0",
"globby": "^10.0.2",
"jest": "^29.1.0",
"markdown-toc": "^1.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rimraf": "^3.0.2",
"simple-git": "^2.48.0",
"ts-node": "^10.9.1",
"tslib": "^2.3.1",
"typescript": "4.6.4"
},
"engines": {
"node": ">12.16"
},
"files": [
"/bin",
"/lib",
"/assets",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/asyncapi/cli",
"keywords": [
"oclif"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "asyncapi",
"plugins": [
"@oclif/plugin-not-found"
],
"macos": {
"identifier": "com.asyncapi.cli"
},
"topicSeparator": " ",
"topics": {
"config:context": {},
"config": {
"description": "CLI config settings"
},
"generate": {
"description": "Generate models and template"
}
}
},
"publishConfig": {
"access": "public"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"repository": "asyncapi/cli",
"scripts": {
"build": "rimraf lib && node scripts/fetch-asyncapi-example.js && tsc && echo \"Build Completed\"",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
"dev": "tsc --watch",
"docker:build": "docker build -t asyncapi/cli:latest .",
"generate:readme:create": "printf '\n\n# Usage\n\n<!-- usage -->\n\n# Commands\n\n<!-- commands -->\n' > scripts/README.md",
"generate:readme:commands": "npm run build && cd scripts && DEBUG=* oclif readme",
"generate:assets": "npm run generate:readme:toc && npm run generate:commands",
"generate:commands": "npm run generate:readme:create && npm run generate:readme:commands && node ./scripts/updateUsageDocs.js && rimraf ./scripts/README.md",
"generate:readme:toc": "markdown-toc -i README.md",
"lint": "eslint --max-warnings 0 --config .eslintrc .",
"lint:fix": "eslint --max-warnings 5 --config .eslintrc . --fix",
"pack:macos": "oclif pack macos && npm run pack:rename",
"pack:linux": "oclif pack deb && npm run pack:rename",
"pack:tarballs": "oclif pack tarballs -t linux-x64 && npm run pack:rename",
"pack:windows": "oclif pack win && npm run pack:rename",
"pack:rename": "node scripts/releasePackagesRename.js",
"postpack": "rimraf oclif.manifest.json",
"prepublishOnly": "npm run build && oclif manifest",
"pretest:coverage": "npm run build",
"release": "semantic-release",
"pretest": "npm run build",
"test": "npm run test:unit",
"test:unit": "cross-env NODE_ENV=development TEST=1 CONTEXT_FILENAME=\"./test.asyncapi\" CONTEXT_FILE_PATH=\"./\" jest --coverage -i",
"get-version": "echo $npm_package_version"
},
"types": "lib/index.d.ts"
}