{
  "name": "n8n-nodes-redmine",
  "version": "0.5.0",
  "description": "Redmine node for n8n",
  "keywords": [
    "n8n-community-node-package",
    "redmine"
  ],
  "license": "MIT",
  "homepage": "",
  "author": {
    "name": "Jonathan Ferreyra",
    "email": "jalejandroferreyra@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jonathanferreyra/n8n-nodes-redmine"
  },
  "engines": {
    "node": ">=18.10",
    "pnpm": ">=9.1"
  },
  "packageManager": "pnpm@9.1.4",
  "main": "index.js",
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials tests vitest.config.mts --write",
    "lint": "eslint nodes credentials package.json",
    "lintfix": "eslint nodes credentials package.json --fix",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "pnpm build && pnpm lint -c .eslintrc.prepublish.js nodes credentials package.json"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/RedmineApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Redmine/Redmine.node.js"
    ]
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^7.15.0",
    "eslint": "^8.56.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "gulp": "^4.0.2",
    "prettier": "^3.3.2",
    "typescript": "^5.5.3",
    "vitest": "^1.6.0"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}
