{
  "name": "w-sysmonitor",
  "version": "1.0.9",
  "main": "dist/w-sysmonitor.umd.js",
  "dependencies": {
    "lodash-es": "^4.17.21",
    "node-disk-info": "^1.3.0",
    "node-os-utils": "^1.3.7"
  },
  "devDependencies": {
    "w-package-tools": "^1.1.2"
  },
  "scripts": {
    "test": "mocha --parallel --timeout 60000",
    "deploy": "gh-pages -d docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yuda-lyu/w-sysmonitor.git"
  },
  "keywords": [
    "package",
    "tool",
    "node-os-utils",
    "node-disk-info",
    "cpu",
    "memory",
    "heap",
    "disk",
    "os",
    "network",
    "node"
  ],
  "author": "yuda-lyu(semisphere)",
  "license": "MIT"
}