{ "name": "@visualdl/server", "version": "2.0.0-beta.32", "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/server" }, "scripts": { "dev": "cross-env NODE_ENV=development nodemon --watch . --ext ts --exec \"ts-node index.ts\"", "dev:wasm": "cross-env WITH_WASM=1 yarn dev", "build": "cross-env API_URL=/api ts-node build.ts", "start": "pm2-runtime ecosystem.config.js", "test": "echo \"Error: no test specified\" && exit 0" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "ecosystem.config.js", "ecosystem.config.d.ts" ], "dependencies": { "@visualdl/core": "^2.0.0-beta.32", "@visualdl/i18n": "^2.0.0-beta.32", "express": "4.17.1", "http-proxy-middleware": "1.0.3", "next": "9.3.4", "pm2": "4.2.3" }, "devDependencies": { "@types/express": "4.17.4", "@types/node": "13.11.0", "@types/shelljs": "0.8.7", "@visualdl/mock": "^2.0.0-beta.32", "cross-env": "7.0.2", "nodemon": "2.0.2", "shelljs": "0.8.3", "ts-loader": "6.2.2", "ts-node": "8.8.2", "typescript": "3.8.3", "webpack": "4.42.1", "webpack-cli": "3.3.11" }, "engines": { "node": ">=10", "npm": ">=6" }, "publishConfig": { "access": "public" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "gitHead": "d9641c770d9bc4037b2f1cb644fba198bd11a752" }