{
  "name": "sppull",
  "description": "Download files from SharePoint document libraries using Node.js without hassles",
  "version": "3.0.1",
  "author": "Andrew Koltyakov <andrew.koltyakov@gmail.com>",
  "main": "./dist/index.js",
  "typings": "./dist/index",
  "scripts": {
    "build": "npm run lint && npm run clean && npm run tsc",
    "lint": "tsc --noEmit && eslint \"*/**/*.{js,ts,tsx}\" --quiet --fix",
    "tsc": "tsc -p .",
    "clean": "rimraf ./dist",
    "test:init": "ts-node ./test/init --init",
    "test": "mocha --config ./test/.mocharc.json || ECHO.",
    "test:ci": "mocha --config ./test/.mocharc.json --ci || ECHO."
  },
  "bugs": {
    "url": "https://github.com/koltyakov/sppull/issues"
  },
  "keywords": [
    "sharepoint",
    "download",
    "documents",
    "rest",
    "sync"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/koltyakov/sppull.git"
  },
  "license": "MIT",
  "dependencies": {
    "colors": "1.4.0",
    "mkdirp": "^1.0.4",
    "node-sp-auth": "^3.0.4",
    "node-sp-auth-config": "^3.0.1",
    "request": "^2.88.2",
    "sp-request": "^3.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.21",
    "@types/core-js": "^2.5.5",
    "@types/eslint": "^7.28.0",
    "@types/mkdirp": "^1.0.2",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.4.13",
    "@types/request": "^2.48.7",
    "@typescript-eslint/eslint-plugin": "^4.29.1",
    "@typescript-eslint/parser": "^4.29.1",
    "chai": "^4.3.4",
    "cpass": "^2.3.0",
    "dotenv": "^10.0.0",
    "eslint": "^7.32.0",
    "mocha": "^9.0.3",
    "rimraf": "^3.0.2",
    "spsave": "^4.0.2",
    "ts-node": "^10.2.0",
    "typescript": "^4.3.5"
  }
}
