{ "name": "@visualdl/cli", "version": "2.2.0-1", "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.2.0-1", "open": "8.0.9", "ora": "5.4.0", "pm2": "4.5.6", "yargs": "17.0.1" }, "devDependencies": { "@types/node": "15.3.0", "@types/yargs": "16.0.2", "cross-env": "7.0.3", "ts-node": "9.1.1", "typescript": "4.2.4" }, "engines": { "node": ">=12", "npm": ">=6" }, "publishConfig": { "access": "public" } }