{
  "name": "@digital-boss/n8n-nodes-zammad",
  "version": "1.1.2",
  "author": "Iñaki Breinbauer",
  "license": "GPL-3.0",
  "description": "Zammad support for n8n",
  "keywords": [
    "n8n",
    "nodemation",
    "dnc",
    "digital north consulting",
    "digital boss",
    "helpdesk",
    "customer service",
    "nodes",
    "custom",
    "zammad",
    "workflow"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quansenB/n8n-nodes-zammad.git"
  },
  "main": "index.js",
  "scripts": {
    "dev": "npm run watch",
    "build": "tsc && gulp",
    "tslint": "tslint -p tsconfig.json -c tslint.json",
    "watch": "tsc --watch",
    "test": "jest",
    "release": "npm run build && npm publish"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "credentials": [
      "dist/credentials/ZammadBasicApi.credentials.js",
      "dist/credentials/ZammadOAuth2Api.credentials.js",
      "dist/credentials/ZammadTokenApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Zammad/Zammad.node.js"
    ]
  },
  "devDependencies": {
    "@types/jest": "^27.0.1",
    "@types/node": "^16.9.1",
    "@types/express": "^4.17.2",
    "@types/request": "^2.48.3",
    "@types/request-promise-native": "^1.0.17",
    "gulp": "^4.0.0",
    "jest": "^27.1.1",
    "n8n-workflow": "^0.71.0",
    "ts-jest": "^27.0.5",
    "tslint": "^6.1.3",
    "typescript": "~4.4.2"
  },
  "dependencies": {
    "@types/request": "^2.48.3",
    "@types/request-promise-native": "^1.0.17",
    "n8n-core": "^0.87.0"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testURL": "http://localhost/",
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "testPathIgnorePatterns": [
      "/dist/",
      "/node_modules/"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ]
  },
  "bugs": {
    "url": "https://github.com/quansenB/n8n-nodes-zammad/issues"
  },
  "homepage": "https://github.com/quansenB/n8n-nodes-zammad#readme"
}
