{
    "name": "node-red-contrib-seeed-canbus",
    "version": "0.0.7",
    "description": "Node-RED nodes for Gimbal",
    "keywords": [
        "node-red",
        "canbus",
        "gimbal",
        "recamera"
    ],
    "homepage": "https://github.com/Seeed-Studio/node-red-contrib-nodes",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/Seeed-Studio/node-red-contrib-nodes.git",
        "directory": "node-red-contrib-canbus"
    },
    "node-red": {
        "version": ">=2.0.0",
        "nodes": {
            "can-config": "nodes/can_config.js",
            "can-write": "nodes/can_write.js",
            "can-read": "nodes/can_read.js"
        }
    },
    "dependencies": {
        "socketcan": "4.0.5"
    },
    "devDependencies": {
        "@types/node-red": "^1.3.5"
    },
    "engines": {
        "node": ">=12"
    }
}
