n8n-nodes-instagram-integrations
Version:
N8N nodes for Instagram API integration with OAuth2 authentication
72 lines (71 loc) • 1.89 kB
JSON
{
"name": "n8n-nodes-instagram-integrations",
"version": "1.6.0",
"description": "N8N nodes for Instagram API integration with OAuth2 authentication",
"keywords": [
"n8n-community-node-package",
"instagram",
"messaging",
"instagram-api",
"social-media",
"content-management"
],
"license": "MIT",
"homepage": "https://github.com/Msameim181/n8n-nodes-instagram-integrations#readme",
"author": {
"name": "Mohammad Mahdi Samei",
"email": "9259samei@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Msameim181/n8n-nodes-instagram-integrations.git"
},
"engines": {
"node": ">=20.15"
},
"main": "index.js",
"scripts": {
"build": "n8n-node build",
"build:watch": "tsc --watch",
"dev": "n8n-node dev",
"dev:manual": "npm run build && npm link && N8N_CUSTOM_EXTENSIONS=$(pwd) n8n start",
"link": "npm link",
"unlink": "npm unlink",
"format": "prettier nodes credentials --write",
"lint": "n8n-node lint",
"lintfix": "n8n-node lint --fix",
"test": "n8n-node test",
"release": "n8n-node release",
"prepublishOnly": "n8n-node prerelease"
},
"files": [
"dist",
"CHANGELOG.md",
"AUTHENTICATION_GUIDE.md",
"API_REFERENCE.md",
"CONTRIBUTING.md"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/InstagramOAuth2Api.credentials.js"
],
"nodes": [
"dist/nodes/Instagram/Instagram.node.js",
"dist/nodes/Instagram/InstagramTrigger.node.js"
]
},
"devDependencies": {
"@n8n/node-cli": "^0.13.0",
"@types/node": "^24.6.2",
"@typescript-eslint/parser": "~8.32.0",
"eslint": "^9.0.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.0",
"prettier": "^3.5.3",
"typescript": "^5.8.2"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}