{
    "name": "@meshtastic/n8n-nodes-meshtastic",
    "version": "0.1.4",
    "description": "Meshtastic protobuf decoder for n8n",
    "keywords": [
        "n8n-community-node-package"
    ],
    "license": "MIT",
    "homepage": "https://meshtastic.org",
    "author": {
        "name": "Sacha Weatherstone",
        "email": "sachaw100@hotmail.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/meshtastic/n8n-nodes-meshtastic.git"
    },
    "main": "index.js",
    "scripts": {
        "build": "tsc && gulp build:icons",
        "dev": "tsc --watch",
        "format": "prettier nodes --write",
        "lint": "eslint nodes package.json",
        "lintfix": "eslint nodes package.json --fix",
        "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes package.json"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [],
        "nodes": [
            "dist/nodes/Decode/Decode.node.js"
        ]
    },
    "devDependencies": {
        "@types/express": "^4.17.14",
        "@types/request-promise-native": "~1.0.18",
        "@typescript-eslint/parser": "^5.43.0",
        "eslint": "^8.28.0",
        "eslint-plugin-n8n-nodes-base": "^1.11.0",
        "gulp": "^4.0.2",
        "n8n-core": "^0.143.1",
        "n8n-workflow": "^0.125.0",
        "prettier": "^2.7.1",
        "typescript": "~4.9.3"
    },
    "dependencies": {
        "@meshtastic/meshtasticjs": "^0.6.114"
    }
}
