UNPKG

@agentscope/studio

Version:

AgentScope Studio is a powerful local monitoring and visualization tool designed to provide real-time insights into your system's performance and behavior.

60 lines (59 loc) 1.62 kB
{ "name": "@agentscope/studio", "workspaces": [ "packages/*" ], "overrides": { "@trpc/server": "^11.0.1", "@trpc/client": "^11.0.1", "@trpc/react-query": "^11.0.1" }, "version": "1.0.4", "bin": { "as_studio": "./bin/cli.js" }, "files": [ "dist" ], "main": "index.js", "scripts": { "dev:client": "npm run dev --workspace=packages/client", "dev:server": "npm run dev --workspace=packages/server", "dev": "concurrently \"npm run dev:client\" \"npm run dev:server\"", "build": "rm -rf dist && npm run build:client && npm run build:server", "build:client": "npm run build --workspace=packages/client", "build:server": "npm run build --workspace=packages/server", "prepublishOnly": "npm run build" }, "devDependencies": { "@eslint/js": "^9.25.0", "@types/opener": "^1.4.3", "concurrently": "^8.2.2", "eslint": "^9.25.0", "prettier": "^3.5.3", "typescript": "^5.8.3", "typescript-eslint": "^8.30.1" }, "dependencies": { "@trpc/server": "^11.0.1", "cors": "^2.8.5", "express": "^5.1.0", "find-process": "^1.4.10", "opener": "^1.5.2", "portfinder": "^1.0.36", "socket.io": "^4.8.1", "sqlite3": "^5.1.7", "typeorm": "^0.3.21", "ws": "^8.18.1", "zod": "^3.24.2" }, "keywords": [ "AgentScope", "LLM", "Studio", "Monitor" ], "author": "Dawei Gao", "license": "Apache-2.0", "description": "AgentScope Studio is a powerful local monitoring and visualization tool designed to provide real-time insights into your system's performance and behavior." }