instagram-bot
Version:
A simple tool to automate instagram tasks
33 lines (32 loc) • 706 B
JSON
{
"name": "instagram-bot",
"version": "1.0.2",
"description": "A simple tool to automate instagram tasks",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ReWar1311/insta-bot-npm-pacakage"
},
"bugs": {
"url": "https://github.com/ReWar1311/insta-bot-npm-pacakage/issues"
},
"keywords": [
"instagram",
"bot",
"automation",
"puppeteer",
"insta-bot",
"instagram-bot",
"instagram-automation",
"instagram-api"
],
"author": "prashant rewar",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"puppeteer": "^24.1.0"
}
}