{
  "name": "@s-ui/perf",
  "version": "1.10.0",
  "description": "Utilities to measure and monitor perf of your isomorphic apps.",
  "main": "lib/index.js",
  "scripts": {
    "lib": "npx rimraf lib && ../../node_modules/.bin/babel ./src -d lib",
    "examples": "node examples",
    "prepare": "npm run lib"
  },
  "keywords": [],
  "author": "",
  "dependencies": {
    "colors": "1.1.2",
    "marky": "1.2.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SUI-Components/sui.git"
  },
  "bugs": {
    "url": "https://github.com/SUI-Components/sui/issues"
  },
  "homepage": "https://github.com/SUI-Components/sui/tree/master/packages/sui-perf#readme",
  "peerDependencies": {
    "react": "16 || 17",
    "react-dom": "16 || 17"
  }
}
