{ "name": "@visualdl/cli", "version": "2.1.5", "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/cli" }, "scripts": { "build": "tsc", "dev": "cross-env NODE_ENV=development ts-node index.ts", "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 0" }, "bin": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@visualdl/server": "2.1.5", "open": "7.3.1", "ora": "5.3.0", "pm2": "4.5.1", "yargs": "16.2.0" }, "devDependencies": { "@types/node": "14.14.22", "@types/yargs": "15.0.12", "cross-env": "7.0.3", "ts-node": "9.1.1", "typescript": "4.0.5" }, "engines": { "node": ">=12", "npm": ">=6" }, "publishConfig": { "access": "public" } }