{
  "name": "windows-network-drive",
  "version": "4.0.1",
  "description": "windows network drive stuff",
  "license": "MIT",
  "homepage": "https://github.com/larrybahr/windows-network-drive",
  "author": {
    "name": "Larry Bahr",
    "url": "https://LB3.tech/"
  },
  "contributors": [
    {
      "name": "jayemdee",
      "url": "https://github.com/jayemdee"
    },
    {
      "name": "ohager",
      "url": "https://github.com/ohager"
    },
    {
      "name": "mikaello",
      "url": "https://github.com/mikaello"
    },
    {
      "name": "Johan Nyman",
      "url": "https://github.com/nytamin"
    }
  ],
  "devDependencies": {
    "mocha": "^6.2.3",
    "nyc": "^14.1.1"
  },
  "dependencies": {
    "windows-drive-letters": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/larrybahr/windows-network-drive.git"
  },
  "keywords": [
    "microsoft",
    "windows",
    "drive",
    "network",
    "mount",
    "filesystem"
  ],
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "test": "nyc mocha"
  },
  "engines": {
    "node": ">=12.0.0"
  }
}
