{
    "name": "n8n-nodes-instantly-dev",
    "version": "0.1.7543",
    "description": "n8n community node for Instantly API v2 - DEV TESTING VERSION",
    "keywords": [
        "n8n-community-node-package",
        "instantly",
        "email",
        "outreach",
        "automation"
    ],
    "license": "MIT",
    "homepage": "https://instantly.ai",
    "author": {
        "name": "Brandon Charleson",
        "email": "brandon@instantly.ai"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Instantly-ai/n8n-nodes-instantly.git"
    },
    "bugs": {
        "url": "https://github.com/Instantly-ai/n8n-nodes-instantly/issues"
    },
    "scripts": {
        "build": "n8n-node build && cp credentials/instantly.svg dist/credentials/ && cp nodes/InstantlyApi/instantly.svg dist/nodes/InstantlyApi/ && cp index.js dist/",
        "build:watch": "tsc --watch",
        "dev": "n8n-node dev",
        "lint": "n8n-node lint",
        "lint:fix": "n8n-node lint --fix",
        "release": "n8n-node release"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/InstantlyApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/InstantlyApi/InstantlyApi.node.js"
        ]
    },
    "main": "dist/index.js",
    "engines": {
        "node": ">=18.0.0"
    },
    "peerDependencies": {
        "n8n-workflow": ">=1.0.0"
    },
    "devDependencies": {
        "@n8n/node-cli": "*",
        "eslint": "9.32.0",
        "prettier": "3.6.2",
        "release-it": "^19.0.4",
        "typescript": "5.9.2"
    }
}
