1 Star 0 Fork 0

华科开放原子开源俱乐部/hm-admin-tui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
程子丘 提交于 2023-10-18 18:54 . feat: add project files.
{
"dependencies": {
"blessed": "^0.1.81",
"react": "^18.2.0",
"react-blessed": "^0.7.2"
},
"name": "hm-admin-tui",
"bin": "./dist/main.js",
"license": "MIT",
"devDependencies": {
"@types/react-blessed": "^0.7.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"pkg": "^5.8.1"
},
"pkg": {
"assets": "node_modules/blessed/**/*"
},
"scripts": {
"start": "ts-node -T ./src/main.ts",
"compile": "tsc",
"diststart": "node ./dist/main.js",
"package": "pkg --public --out-path output --targets node16-linux-x64,node16-linux-arm64 .",
"build": "npm run compile && npm run package"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hust-open-atom-club/hm-admin-tui.git
[email protected]:hust-open-atom-club/hm-admin-tui.git
hust-open-atom-club
hm-admin-tui
hm-admin-tui
master

搜索帮助