{
  "name": "n8n-nodes-plex-datasource",
  "version": "1.0.17",
  "description": "n8n node for calling Plex ERP Data Sources",
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "plex",
    "erp",
    "datasource"
  ],
  "license": "MIT",
  "homepage": "https://github.com/dchupp/n8nCallPlexDS",
  "author": {
    "name": "David Chupp",
    "email": "me@davidchupp.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dchupp/n8nCallPlexDS.git"
  },
  "engines": {
    "node": ">=18.10",
    "pnpm": ">=7.18"
  },
  "packageManager": "pnpm@8.6.2",
  "main": "index.js",
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/PlexBasicAuthApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/PlexDataSource/PlexDataSource.node.js"
    ]
  },
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "@types/node": "^18.16.16",
    "@typescript-eslint/eslint-plugin": "^6.7.0",
    "@typescript-eslint/parser": "^6.7.0",
    "eslint": "^8.49.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "gulp": "^4.0.2",
    "jest": "^29.7.0",
    "n8n-workflow": "^1.15.1",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "axios": "^1.5.0",
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint nodes credentials",
    "lint:fix": "eslint nodes credentials --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  }
}