{
  "name": "n8n-nodes-rettiwt",
  "version": "0.3.4",
  "description": "Optimized n8n node to interact with the Rettiwt API, enabling tweet posting, liking, retweeting, user following, API key management, and more with improved error handling and performance",
  "keywords": [
    "n8n-community-node-package",
    "rettiwt",
    "twitter",
    "social media",
    "tweet",
    "retweet",
    "like",
    "follow",
    "search",
    "api key management"
  ],
  "license": "MIT",
  "homepage": "https://github.com/matthewsabia_dev/n8n-nodes-rettiwt",
  "author": {
    "name": "Matthew Sabia",
    "email": "matthewsabia_dev@example.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matthewsabia_dev/n8n-nodes-rettiwt.git"
  },
  "engines": {
    "node": ">=18.10",
    "pnpm": ">=9.1"
  },
  "packageManager": "pnpm@9.1.4",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "build": "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",
    "prepublishOnly": "pnpm build && pnpm lint -c .eslintrc.prepublish.js nodes credentials package.json"
  },
  "files": [
    "lib",
    "nodes"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "lib/credentials/RettiwtApi.credentials.js"
    ],
    "nodes": [
      "lib/nodes/Rettiwt/Rettiwt.node.js"
    ]
  },
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/express-jwt": "^6.0.4",
    "@types/luxon": "^3.3.0",
    "@types/nock": "^11.1.0",
    "@types/request": "^2.48.8",
    "@typescript-eslint/eslint-plugin": "^5.59.11",
    "@typescript-eslint/parser": "^5.59.11",
    "eslint": "^8.42.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "eslint-plugin-jsdoc": "^46.9.0",
    "gulp": "^4.0.2",
    "n8n-workflow": "^1.48.0",
    "prettier": "^2.8.8",
    "typescript": "~4.9.5"
  },
  "dependencies": {
    "@n8n_io/riot-tmpl": "^4.0.0",
    "express": "^4.17.1",
    "express-jwt": "^6.1.0",
    "express-unless": "^1.0.0",
    "luxon": "^3.3.0",
    "nock": "^13.3.0",
    "request": "^2.88.2"
  },
  "peerDependencies": {
    "n8n-workflow": "^1.48.0"
  }
}
