{
  "name": "instagram-api-no-errors",
  "description": "Instagram private API wrapper for full access to instagram",
  "version": "0.10.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=8.0.0"
  },
  "bugs": {
    "url": "https://github.com/huttarichard/instagram-private-api/issues",
    "email": "huttarichard@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huttarichard/instagram-private-api.git"
  },
  "homepage": "https://github.com/huttarichard/instagram-private-api",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "format": "prettier --write \"src/**/*.ts\"",
    "typecheck": "tsc -p tsconfig.build.json --noEmit",
    "prepare": "npm run build",
    "test": "mocha --inline-diffs --timeout 1000000 tests/run.js"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "dependencies": {
    "@types/bluebird": "^3.5.26",
    "@types/chance": "^1.0.1",
    "@types/lodash": "^4.14.120",
    "@types/node": "^10.14.5",
    "@types/request-promise": "^4.1.42",
    "@types/tough-cookie": "^2.3.5",
    "bluebird": "^3.5.2",
    "camelcase-keys": "^4.2.0",
    "chance": "^1.0.18",
    "class-transformer": "^0.2.0",
    "crypto-js": "^3.1.6",
    "instagram-id-to-url-segment": "0.0.0",
    "is-stream": "^1.1.0",
    "js-md5": "^0.3.0",
    "lodash": "^4.17.5",
    "node-cache": "^3.0.0",
    "proxy-agent": "^3.0.3",
    "reflect-metadata": "^0.1.13",
    "request": "^2.88.0",
    "request-promise": "^4.2.2",
    "rxjs": "^6.4.0",
    "touch": "^1.0.0",
    "tough-cookie": "^2.3.3",
    "tough-cookie-file-store": "^1.2.0",
    "ts-custom-error": "^2.2.2",
    "underscore.string": "^3.3.5",
    "valid-url": "^1.0.9"
  },
  "devDependencies": {
    "dotenv": "^6.2.0",
    "faker": "^3.1.0",
    "gm": "^1.23.1",
    "husky": "^1.3.1",
    "inquirer": "^1.1.2",
    "mkdirp": "^0.5.1",
    "mocha": "^5.2.0",
    "node-resemble-js": "0.0.5",
    "prettier": "1.16.2",
    "pretty-quick": "^1.10.0",
    "should": "^8.3.1",
    "should-sinon": "0.0.5",
    "sinon": "^1.17.3",
    "tmp": "0.0.28",
    "ts-node": "^8.0.2",
    "typescript": "^3.4.1"
  },
  "directories": {
    "test": "tests"
  },
  "author": ""
}
