nodejs-insta-private-api
Version:
A pure JavaScript Instagram Private API client inspired by instagram-private-api
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "nodejs-insta-private-api",
"version": "4.5.7",
"description": "A pure JavaScript Instagram Private API client inspired by instagram-private-api",
"main": "dist/index.js",
"scripts": {
"test": "node example.js",
"start": "node example.js"
},
"keywords": [
"instagram",
"api",
"private",
"client",
"dm",
"direct",
"messages",
"stories",
"upload"
],
"author": "BorutoSrg",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"chance": "^1.1.11",
"crypto": "^1.0.1",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"mqtt": "^5.14.1",
"tough-cookie": "^4.1.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"node-fetch": "^3.3.2"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/nodejs-insta-private-api.git"
},
"bugs": {
"url": "https://github.com/yourusername/nodejs-insta-private-api/issues"
},
"homepage": "https://github.com/yourusername/nodejs-insta-private-api#readme"
}