{
  "name": "@znode/os-usage",
  "version": "1.0.4",
  "description": "os cpu/memory/disk usage",
  "keywords": [
    "znode",
    "cpu",
    "memory",
    "disk"
  ],
  "author": "zero <tobewhatwewant@gmail.com>",
  "homepage": "https://github.com/zcorky/znode#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "browser": "lib/browser.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zcorky/znode.git"
  },
  "jest": {
    "roots": [
      "__tests__"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": ".*\\.(spec|test)\\.(ts|tsx)$",
    "moduleDirectories": [
      "node_modules",
      "src"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "coverageDirectory": "./coverage/",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx}"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 50,
        "functions": 80,
        "lines": 90,
        "statements": -10
      }
    }
  },
  "scripts": {
    "build": "yarn clean && tsc",
    "watch": "yarn clean && tsc -w",
    "clean": "rm -rf lib",
    "test": "jest -w 1",
    "coverage": "codecov"
  },
  "bugs": {
    "url": "https://github.com/zcorky/znode/issues"
  },
  "dependencies": {
    "@znode/execa": "^0.2.4",
    "@zodash/cache": "^0.0.6"
  },
  "gitHead": "7cd11c0c01ebbd743d7a7ecc48a8c9ee9ac6f878"
}
