{
  "name": "node-disk-info",
  "version": "1.3.0",
  "description": "Node module to get disk information in Windows, Linux, Mac, FreeBSD & OpenBSD. It works with Electron.",
  "homepage": "https://github.com/cristiammercado/node-disk-info",
  "bugs": {
    "email": "contact@cristiammercado.com",
    "url": "https://github.com/cristiammercado/node-disk-info/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "nyc jasmine-ts --config=jasmine.json",
    "example": "node ./example/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cristiammercado/node-disk-info.git"
  },
  "keywords": [
    "disk info",
    "disk",
    "disks",
    "info",
    "free space",
    "volumes",
    "harddisk",
    "hard drive",
    "node",
    "npm",
    "electron"
  ],
  "author": {
    "name": "Cristiam Mercado",
    "email": "contact@cristiammercado.com",
    "url": "https://cristiammercado.com/en"
  },
  "license": "MIT",
  "dependencies": {
    "iconv-lite": "^0.6.2"
  },
  "devDependencies": {
    "@ert78gb/jasmine-ts": "^0.3.2",
    "@types/jasmine": "^3.6.10",
    "@types/node": "^15.0.1",
    "jasmine": "^3.7.0",
    "jasmine-core": "^3.7.1",
    "mem": "^8.1.1",
    "minimist": "^1.2.5",
    "nyc": "^15.1.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4",
    "yargs-parser": "^20.2.7"
  },
  "engines": {
    "node": ">= 12"
  }
}
