{
  "name": "@juangm/samba-client",
  "version": "1.8.0",
  "description": "Wrapper for smbclient",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/juangm/node-samba-client.git"
  },
  "keywords": [
    "samba",
    "smb",
    "cifs",
    "smbclient"
  ],
  "author": "Juan Antonio Garcia Marin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/juangm/node-samba-client/issues"
  },
  "homepage": "https://github.com/juangm/node-samba-client",
  "scripts": {
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint",
    "build": "tsc",
    "lint": "tslint -p tsconfig.json"
  },
  "devDependencies": {
    "@types/node": "^10.11.0",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.0.3",
    "vrsource-tslint-rules": "^5.8.2"
  }
}
