{
  "name": "@skylord123/node-red-pebble-timeline",
  "version": "1.4.0",
  "description": "Node-RED nodes for interacting with the Pebble Timeline API",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/skylord123/node-red-pebble-timeline.git"
  },
  "keywords": [
    "node-red",
    "pebble",
    "timeline",
    "smartwatch"
  ],
  "author": "skylord123",
  "license": "MIT",
  "node-red": {
    "nodes": {
      "pebble-timeline-config": "pebble-timeline-config.js",
      "pebble-timeline-add": "pebble-timeline-add.js",
      "pebble-timeline-delete": "pebble-timeline-delete.js",
      "pebble-timeline-list": "pebble-timeline-list.js"
    }
  },
  "dependencies": {
    "axios": "1.12.0",
    "fs-extra": "^11.1.0"
  }
}
