{
  "name": "timeline-arrows",
  "version": "4.8.0",
  "description": "Package to easily draw lines to connect items in the vis Timeline module.",
  "main": "arrow.js",
  "types": "arrow.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "generateTypes": "tsc --allowJs -d --emitDeclarationOnly --lib es2015,dom arrow.js",
    "prepack": "npm run generateTypes"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/javdome/timeline-arrows.git"
  },
  "keywords": [
    "vis",
    "vis-timeline"
  ],
  "author": "Javi Domenech",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/javdome/timeline-arrows/issues"
  },
  "homepage": "https://github.com/javdome/timeline-arrows#readme",
  "devDependencies": {
    "typescript": "^5.0.4"
  }
}