{
    "name": "@brokenrubik/n8n-nodes-ns",
    "publishConfig": {
        "access": "public"
    },
    "version": "1.15.0",
    "description": "n8n node for NetSuite SuiteTalk REST API integration",
    "keywords": [
        "n8n-community-node-package",
        "netsuite",
        "suitetalk",
        "n8n"
    ],
    "license": "MIT",
    "homepage": "https://github.com/BrokenRubik/n8n-netsuite-node",
    "author": {
        "name": "BrokenRubik",
        "email": "joaquin@brokenrubik.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/BrokenRubik/n8n-netsuite-node.git"
    },
    "engines": {
        "node": ">=20.15"
    },
    "main": "index.js",
    "scripts": {
        "build": "npx rimraf dist && tsc && gulp build:icons",
        "dev": "tsc --watch",
        "format": "prettier nodes credentials --write",
        "lint": "eslint nodes credentials package.json",
        "lintfix": "eslint nodes credentials package.json --fix",
        "publish:patch": "npm version patch && git push && git push --tags && npm publish",
        "publish:minor": "npm version minor && git push && git push --tags && npm publish",
        "publish:major": "npm version major && git push && git push --tags && npm publish",
        "prepublishOnly": "npm run build",
        "prepare": "npm run build"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/NetSuiteApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/NetSuite/NetSuite.node.js"
        ]
    },
    "devDependencies": {
        "@typescript-eslint/parser": "~8.32.0",
        "eslint": "^8.57.0",
        "eslint-plugin-n8n-nodes-base": "^1.16.3",
        "gulp": "^5.0.0",
        "prettier": "^3.5.3",
        "typescript": "^5.8.2"
    },
    "dependencies": {
        "@types/jsonwebtoken": "^9.0.10",
        "@types/node-fetch": "^2.6.12",
        "jsonwebtoken": "^9.0.2",
        "node-fetch": "^2.7.0"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    }
}
