{
  "name": "nodejs-insta-private-api",
  "version": "5.52.1",
  "description": "A pure JavaScript Instagram Private API client with native MQTT real-time messaging support",
  "main": "dist/index.js",
  "scripts": {
    "test": "node examples/listen-to-messages.js",
    "start": "node examples/listen-to-messages.js",
    "example": "node complete-example.js",
    "listen": "node complete-example.js"
  },
  "keywords": [
    "instagram",
    "api",
    "private",
    "client",
    "dm",
    "direct",
    "messages",
    "stories",
    "upload",
    "mqtt",
    "realtime",
    "notifications"
  ],
  "author": "BorutoSrg",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.0",
    "chance": "^1.1.11",
    "crypto": "^1.0.1",
    "debug": "^4.3.4",
    "eventemitter3": "^5.0.1",
    "form-data": "^4.0.0",
    "lodash": "^4.17.21",
    "mqtt": "^5.10.3",
    "node-persist": "^4.0.4",
    "pako": "^2.1.0",
    "protobufjs": "^7.5.4",
    "socks": "^2.8.1",
    "tough-cookie": "^4.1.3",
    "ts-custom-error": "^3.3.1",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "node-fetch": "^3.3.2"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Kunboruto20/nodejs-insta-private-api.git"
  },
  "bugs": {
    "url": "https://github.com/Kunboruto20/nodejs-insta-private-api/issues"
  },
  "homepage": "https://github.com/Kunboruto20/nodejs-insta-private-api#readme"
}
