{
    "name": "@digital-boss/n8n-nodes-zabbix",
    "version": "0.4.1",
    "description": "Zabbix support for n8n.",
    "license": "MIT",
    "homepage": "https://n8n.io",
    "author": {
        "name": "Valentina Lilova",
        "email": "valentina@digital-boss.de"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/digital-boss/n8n-nodes-zabbix.git"
    },
    "keywords": [
        "n8n",
        "nodemation",
        "dnc",
        "digital north consulting",
        "digital boss",
        "nodes",
        "custom",
        "workflow",
        "customer service",
        "zabbix"
    ],
    "main": "index.js",
    "scripts": {
        "dev": "npm run watch",
        "build": "genversion -s -e nodes/version.ts && git add . && tsc && gulp",
        "lint": "tslint -p tsconfig.json -c tslint.json",
        "lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
        "nodelinter": "nodelinter",
        "watch": "tsc --watch",
        "test": "jest",
        "release": "npm run build && npm publish --access=public",
        "version": "npm run build",
        "postversion": "git push"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "credentials": [
            "dist/credentials/ZabbixApi.credentials.js",
            "dist/credentials/ZabbixTokenApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/Zabbix/Zabbix.node.js"
        ]
    },
    "devDependencies": {
        "@types/express": "^4.17.6",
        "@types/jest": "^26.0.13",
        "@types/node": "14.17.27",
        "@types/request-promise-native": "~1.0.15",
        "genversion": "^3.1.1",
        "gulp": "^4.0.0",
        "jest": "^26.4.2",
        "n8n-workflow": "~0.79.0",
        "ts-jest": "^26.3.0",
        "tslint": "^6.1.2",
        "typescript": "~4.3.5"
    },
    "dependencies": {
        "n8n-core": "~0.96.0"
    },
    "jest": {
        "transform": {
            "^.+\\.tsx?$": "ts-jest"
        },
        "testURL": "http://localhost/",
        "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
        "testPathIgnorePatterns": [
            "/dist/",
            "/node_modules/"
        ],
        "moduleFileExtensions": [
            "ts",
            "tsx",
            "js",
            "json"
        ]
    }
}
