1 Star 0 Fork 0

奋斗的狮子/code-analysis-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
iceman 提交于 2022-12-07 14:26 +08:00 . feat: add module export deal
{
"name": "code-analysis-ts",
"version": "1.3.8",
"description": "a code dependency analysis tool for ts",
"main": "./api/index.js",
"module": "./api/index.js",
"bin": {
"ca": "./cli/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/liangxin199045/code-analysis-ts"
},
"author": "734099485@qq.com",
"license": "MIT",
"dependencies": {
"@vue/compiler-dom": "3.0.2",
"chalk": "^4.1.0",
"commander": "^6.2.0",
"glob": "^7.1.6",
"js-md5": "^0.7.3",
"moment": "^2.29.4",
"ora": "^5.1.0",
"single-line-log": "^1.1.2",
"typescript": "4.7.4"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 4.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hewangjs/code-analysis-ts.git
git@gitee.com:hewangjs/code-analysis-ts.git
hewangjs
code-analysis-ts
code-analysis-ts
main

搜索帮助