{ "name": "@visualdl/netron", "version": "2.1.4", "description": "A platform to visualize the deep learning process and result.", "keywords": [ "visualdl", "paddlepaddle", "visualization", "deep learning" ], "homepage": "https://github.com/PaddlePaddle/VisualDL", "bugs": { "url": "https://github.com/PaddlePaddle/VisualDL/issues" }, "license": "Apache-2.0", "author": "PeterPanZH (https://github.com/PeterPanZH)", "contributors": [ "Niandalu (https://github.com/Niandalu)" ], "repository": { "type": "git", "url": "https://github.com/PaddlePaddle/VisualDL.git", "directory": "frontend/packages/netron" }, "scripts": { "build": "rimraf dist && webpack", "test": "echo \"Error: no test specified\" && exit 0" }, "files": [ "dist" ], "main": "dist/index.html", "dependencies": { "d3": "5.16.0", "dagre": "0.8.5", "flatbuffers": "1.12.0", "long": "4.0.0", "marked": "1.2.7", "netron": "PeterPanZH/netron", "pako": "1.0.11" }, "devDependencies": { "autoprefixer": "10.1.0", "copy-webpack-plugin": "7.0.0", "css-loader": "5.0.1", "html-webpack-plugin": "4.5.0", "mini-css-extract-plugin": "1.3.3", "postcss": "8.2.1", "postcss-loader": "4.1.0", "rimraf": "3.0.2", "sass": "1.30.0", "sass-loader": "10.1.0", "terser": "5.5.1", "webpack": "5.11.0", "webpack-cli": "4.3.0" }, "engines": { "node": ">=12", "npm": ">=6" }, "publishConfig": { "access": "public" } }