{
  "name": "iperf",
  "version": "0.1.0-beta.19",
  "description": "Performance Testing Framework for Front-end Renderers",
  "keywords": [
    "performance",
    "testing",
    "framework",
    "frontend",
    "renderers"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Aarebecca/performance"
  },
  "license": "ISC",
  "author": "Aarebecca",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "perf": "bin/perf.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist && run-s build:* cp:*",
    "build:node": "tsc",
    "build:client": "tsc --project ./src/client/tsconfig.json",
    "cp:client": "cp ./src/client/index.html ./dist/client",
    "cp:type": "cp ./src/global.d.ts ./dist",
    "watch": "rm -rf dist && run-p watch:*",
    "watch:node": "tsc -w",
    "watch:client": "tsc --project ./src/client/tsconfig.json -w",
    "prepublishOnly": "npm run build",
    "postinstall": "npx playwright install chromium"
  },
  "dependencies": {
    "glob": "^11.0.0",
    "playwright": "^1.46.1",
    "systeminformation": "^5.23.4",
    "vite": "^5.4.0",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/ws": "^8.5.12",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.3.3",
    "prettier-plugin-organize-imports": "^4.0.0",
    "prettier-plugin-packagejson": "^2.5.1",
    "typescript": "^5.5.4"
  }
}
