{
  "name": "vue-diagrams",
  "title": "An easy to use diagram editor component",
  "description": "Diagram component for vue.js, inspired by react-diagrams",
  "version": "1.1.9",
  "license": "MIT",
  "main": "dist/vue-diagrams.mjs",
  "files": [
    "src",
    "dist",
    "global.d.ts"
  ],
  "author": "Gwenael Pluchon",
  "repository": {
    "type": "git",
    "url": "https://github.com/gwenaelp/vue-diagrams.git"
  },
  "bugs": {
    "url": "https://github.com/gwenaelp/vue-diagrams/issues"
  },
  "examples": [
    "images/example2.png",
    "images/example3.png"
  ],
  "homepage": "https://github.com/gwenaelp/vue-diagrams#readme",
  "keywords": [
    "vue",
    "vue-component",
    "vue-library"
  ],
  "vueVersions": {
    "2": "https://github.com/gwenaelp/vue-diagrams/tree/vue2",
    "3": "https://github.com/gwenaelp/vue-diagrams"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "doc:build": "cd doc && yarn && yarn generate && rm ./dist -Rf && mkdir ./dist && mv .output/public/* ./dist && touch dist/.nojekyll",
    "test": "vitest",
    "type-check": "vue-tsc --noEmit -p tsconfig.json",
    "typedoc": "typedoc --options typedoc.json",
    "coverage": "vitest run --coverage"
  },
  "devDependencies": {
    "vitest": "^3.0.9",
    "vue-loader": "^17.0.1",
    "vue-svg-pan-zoom": "^2.1.0"
  },
  "dependencies": {
    "@vitejs/plugin-vue": "^5.2.3",
    "@vue/compiler-sfc": "^3.3.4",
    "@vue/tsconfig": "^0.4.0",
    "draggable-vue-directive": "^1.1.0",
    "svg-pan-zoom": "^3.6.1",
    "tiny-emitter": "^2.1.0",
    "typedoc-plugin-vue": "^1.1.0",
    "typescript": "^5.2.2",
    "uuid": "^10.0.0",
    "vite": "^6.2.2",
    "vite-plugin-dts": "^4.4.0",
    "vue": "^3.5.13",
    "vue-debounce": "^5.0.1",
    "vue-tsc": "^2.2.0"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
