3 Star 0 Fork 1

mirrors_TIBCOSoftware/cic-cli-plugin-asyncapi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
varpatil-tibco 提交于 2022-06-15 03:02 +08:00 . Bumped cic-cli-core package
{
"name": "@tibco-software/cli-plugin-asyncapi",
"description": "AsyncAPI support for TIBCO products",
"version": "1.0.0",
"author": "TIBCO Software",
"bugs": "https://github.com/TIBCOSoftware/cic-cli-plugin-asyncapi/issues",
"dependencies": {
"@asyncapi/parser": "^1.9.0",
"@oclif/command": "^1.8.16",
"@oclif/config": "^1.18.3",
"@tibco-software/cic-cli-core": "^1.0.0",
"js-yaml": "^4.1.0",
"openapi-sampler": "^1.3.0",
"tslib": "^1.14.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.0",
"@oclif/plugin-help": "^3.3.1",
"@types/js-yaml": "^4.0.3",
"@types/node": "^10.17.60",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.6.0",
"globby": "^10.0.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.10"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/TIBCOSoftware/cic-cli-plugin-asyncapi",
"keywords": [
"tibco-cli-plugin",
"flogo",
"asyncapi",
"asyncapi-flogo",
"tibco",
"cic-cli-plugin"
],
"license": "BSD-3-Clause",
"oclif": {
"commands": "./lib/commands",
"bin": "tibco",
"devPlugins": [
"@oclif/plugin-help"
]
},
"repository": {
"type": "git",
"url": "https://github.com/TIBCOSoftware/cic-cli-plugin-asyncapi"
},
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"lint": "eslint . --ext .ts --config .eslintrc",
"prepack": "npm run build && oclif-dev manifest && oclif-dev readme",
"build": "rm -rf lib && tsc -b",
"version": "oclif-dev readme && git add README.md"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_TIBCOSoftware/cic-cli-plugin-asyncapi.git
git@gitee.com:mirrors_TIBCOSoftware/cic-cli-plugin-asyncapi.git
mirrors_TIBCOSoftware
cic-cli-plugin-asyncapi
cic-cli-plugin-asyncapi
main

搜索帮助