whitch-frontend-monitor
Version:
前端监控系统 - 一个轻量级的前端监控SDK
56 lines (55 loc) • 1.43 kB
JSON
{
"name": "whitch-frontend-monitor",
"version": "1.0.27",
"description": "前端监控系统 - 一个轻量级的前端监控SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "npm run version:patch && tsc",
"version:patch": "npm version patch --no-git-tag-version",
"prepublishOnly": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently \"cd server && npm run dev\" \"cd dashboard && npm run dev\""
},
"keywords": [
"前端监控",
"性能监控",
"错误监控",
"用户行为",
"网络请求"
],
"author": "whitch",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/whitch/trae.git"
},
"bugs": {
"url": "https://github.com/whitch/trae/issues"
},
"homepage": "https://github.com/whitch/trae#readme",
"dependencies": {
"@types/node": "^20.0.0",
"@types/pako": "^2.0.3",
"compression": "^1.7.5",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mongoose": "^8.10.0",
"morgan": "^1.10.0",
"nodemon": "^3.1.9",
"pako": "^2.1.0"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "^8.2.2",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}