{
  "name": "n8n-nodes-triggercmd",
  "version": "1.0.2",
  "description": "Run commands on your computers and devices from n8n workflows using TriggerCMD.",
  "keywords": [
    "n8n-community-node-package"
  ],
  "license": "MIT",
  "homepage": "triggercmd.com",
  "author": {
    "name": "Russell VanderMey",
    "email": "russell@triggercmd.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rvmey/n8n-nodes-triggercmd.git"
  },
  "engines": {
    "node": ">=20.15"
  },
  "main": "index.js",
  "scripts": {
    "build": "npx rimraf dist && 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": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/TriggerCMDApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/TriggerCMD/Triggercmd.node.js"
    ]
  }
}