1 Star 1 Fork 0

global-cyk/nb-terminal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 496 Bytes
一键复制 编辑 原始数据 按行查看 历史
cyk 提交于 2024-10-09 18:07 . db
{
"name": "nb-terminal",
"author": "cyk",
"version": "1.0.0",
"description": "自定义nodejs终端",
"main": "index.js",
"scripts": {
"start": "tsc --watch",
"build": "tsc"
},
"bin": {
"nb": "./index.js"
},
"keywords": [],
"license": "ISC",
"dependencies": {
"@types/node": "^20.10.4",
"adm-zip": "^0.5.16",
"commander": "^11.1.0",
"express": "~4.16.1",
"image-size": "^1.1.1",
"sharp": "^0.33.5",
"silly-datetime": "^0.1.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/chen-yang-kun/nb-terminal.git
[email protected]:chen-yang-kun/nb-terminal.git
chen-yang-kun
nb-terminal
nb-terminal
main

搜索帮助