1 Star 0 Fork 1

silverlaser/netron

forked from AIBuilderX/netron 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
Lutz Roeder 提交于 2024-06-21 19:19 . Update to 7.7.4
{
"name": "netron",
"productName": "Netron",
"author": {
"name": "Lutz Roeder",
"email": "[email protected]",
"url": "https://www.lutzroeder.com"
},
"version": "7.7.4",
"date": "2024-06-22 02:19:12",
"description": "Visualizer for neural network, deep learning, and machine learning models",
"license": "MIT",
"repository": "lutzroeder/netron",
"type": "module",
"main": "source/app.js",
"scripts": {
"start": "node package.js start",
"server": "python package.py build start",
"test": "node test/models.js",
"lint": "node package.js lint",
"validate": "node package.js validate",
"clean": "node package.js clean",
"purge": "node package.js purge",
"install": "node package.js install",
"build": "node package.js build",
"publish": "node package.js publish",
"version": "node package.js version",
"coverage": "node package.js coverage",
"analyze": "node package.js analyze",
"update": "node package.js update",
"pull": "node package.js pull"
},
"dependencies": {
"electron-updater": "6.2.1"
},
"devDependencies": {
"@electron/notarize": "2.3.2",
"electron": "31.0.2",
"electron-builder": "24.13.3",
"eslint": "9.5.0"
},
"build": {
"extends": "publish/electron-builder.json"
},
"config": {
"forge": "publish/forge.config.js"
},
"nyc": {
"reporter": "json",
"report-dir": "dist/nyc/report",
"temp-dir": "dist/nyc/.nyc_output"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/silverlaser/netron.git
[email protected]:silverlaser/netron.git
silverlaser
netron
netron
main

搜索帮助